We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a99b7 commit 2d1bbd2Copy full SHA for 2d1bbd2
.github/workflows/awesome.yml
@@ -12,11 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
15
- - id: gostep
16
- uses: dsp-testing/github-go-script@main
+ - uses: dsp-testing/github-go-script@main
17
with:
18
dir: .github/workflows/awesome
19
20
- - run: echo $REPOSITORY_NAME
21
- env:
22
- REPOSITORY_NAME: ${{ steps.gostep.outputs.repository_name }}
+ - run: echo $repository_name
.github/workflows/awesome/output.txt
0 commit comments