Skip to content

Commit 91c624f

Browse files
committed
test
1 parent caca334 commit 91c624f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/awesome.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- uses: dsp-testing/github-go-script@main
15+
- id: gostep
16+
uses: dsp-testing/github-go-script@main
1617
with:
1718
dir: .github/workflows/awesome
19+
20+
- run: |
21+
echo ${{ steps.gostep.outputs.repository_name }}
22+

0 commit comments

Comments
 (0)