Skip to content

Commit b698fc8

Browse files
committed
test
1 parent 91c624f commit b698fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/awesome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
dir: .github/workflows/awesome
1919

20-
- run: |
21-
echo ${{ steps.gostep.outputs.repository_name }}
22-
20+
- run: echo $REPOSITORY_NAME
21+
env:
22+
REPOSITORY_NAME: ${{ steps.gostep.outputs.repository_name }}

0 commit comments

Comments
 (0)