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 8ee2f57 commit 070e5ceCopy full SHA for 070e5ce
.github/workflows/build.yml
@@ -60,9 +60,9 @@ jobs:
60
run: |
61
sh scripts/prepmsg.sh error.log notify.log
62
env:
63
- GITHUB_JOB: ${{ GITHUB_JOB }}
64
- GITHUB_RUN_NUMBER: ${{ GITHUB_RUN_NUMBER }}
65
- GITHUB_REPOSITORY: ${{ GITHUB_REPOSITORY }}
+ GITHUB_JOB: ${{ github.job }}
+ GITHUB_RUN_NUMBER: ${{ github.run_number }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
66
- name: Notify via Telegram build errors if any
67
if: failure()
68
uses: appleboy/telegram-action@master
0 commit comments