Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit070e5ce

Browse files
committed
fix variable use
1 parent8ee2f57 commit070e5ce

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)

[8]ページ先頭

©2009-2025 Movatter.jp