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 5e1f28d commit 19deb06Copy full SHA for 19deb06
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
github-token: ${{secrets.github_token}}
24
flag-name: Node.js ${{matrix.node-version}}
25
parallel: true
26
+ - run: echo ${{github.run_id}} ${{github.run_number}}
27
28
finish:
29
needs: test
0 commit comments