Skip to content

Commit 8ee2f57

Browse files
committed
readd variables
1 parent 5170de5 commit 8ee2f57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
if: failure()
6060
run: |
6161
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 }}
6266
- name: Notify via Telegram build errors if any
6367
if: failure()
6468
uses: appleboy/telegram-action@master

0 commit comments

Comments
 (0)