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 1784e77 commit 7a7b1d4Copy full SHA for 7a7b1d4
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
sh scripts/prepmsg.sh error.log notify.log
62
env:
63
GITHUB_JOB: ${{ github.job }}
64
- GITHUB_RUN_NUMBER: ${{ github.run_number }}
+ GITHUB_RUN_ID: ${{ github.run_id }}
65
GITHUB_REPOSITORY: ${{ github.repository }}
66
- if: failure()
67
run: cat notify.log
0 commit comments