Skip to content

Commit 070e5ce

Browse files
committed
fix variable use
1 parent 8ee2f57 commit 070e5ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
run: |
6161
sh scripts/prepmsg.sh error.log notify.log
6262
env:
63-
GITHUB_JOB: ${{ GITHUB_JOB }}
64-
GITHUB_RUN_NUMBER: ${{ GITHUB_RUN_NUMBER }}
65-
GITHUB_REPOSITORY: ${{ GITHUB_REPOSITORY }}
63+
GITHUB_JOB: ${{ github.job }}
64+
GITHUB_RUN_NUMBER: ${{ github.run_number }}
65+
GITHUB_REPOSITORY: ${{ github.repository }}
6666
- name: Notify via Telegram build errors if any
6767
if: failure()
6868
uses: appleboy/telegram-action@master

0 commit comments

Comments
 (0)