We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c624f commit b698fc8Copy full SHA for b698fc8
1 file changed
.github/workflows/awesome.yml
@@ -17,6 +17,6 @@ jobs:
17
with:
18
dir: .github/workflows/awesome
19
20
- - run: |
21
- echo ${{ steps.gostep.outputs.repository_name }}
22
-
+ - run: echo $REPOSITORY_NAME
+ env:
+ REPOSITORY_NAME: ${{ steps.gostep.outputs.repository_name }}
0 commit comments