Skip to content

Commit 19deb06

Browse files
committed
Try getting GH Action run id and number
1 parent 5e1f28d commit 19deb06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
github-token: ${{secrets.github_token}}
2424
flag-name: Node.js ${{matrix.node-version}}
2525
parallel: true
26+
- run: echo ${{github.run_id}} ${{github.run_number}}
2627

2728
finish:
2829
needs: test

0 commit comments

Comments
 (0)