Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a7b1d4

Browse files
authored
run_number -> run_id
1 parent 1784e77 commit 7a7b1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sh scripts/prepmsg.sh error.log notify.log
6262
env:
6363
GITHUB_JOB: ${{ github.job }}
64-
GITHUB_RUN_NUMBER: ${{ github.run_number }}
64+
GITHUB_RUN_ID: ${{ github.run_id }}
6565
GITHUB_REPOSITORY: ${{ github.repository }}
6666
- if: failure()
6767
run: cat notify.log

0 commit comments

Comments
 (0)