-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: update snapshotsのコミットが落ちるのを直す #2389
Conversation
[update snapshots]
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あっれ!! withの中ってenv使えないんでしたっけ。。すみません。。
runner.temp
だったらcontextなのでいけるかも。。。
https://docs.github.com/ja/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#example-usage-of-the-runner-context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こことかwithの中でenv.使えてそうなんですけどね。。。。。。。。
Github Workflowなんもわからん。。。。。。。。
https://github.com/VOICEVOX/voicevox/pull/2389/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R95-R97
追記)
RUNNER_TEMPはenv.
でアクセスできない環境変数らしい!!!!!!!!なんじゃそりゃ!!!!!!
https://docs.github.com/ja/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
[update snapshots]
runner.tempでちょうど良さそう? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
workflow、トラップが多いですねぇ。。😇
ローカルで試せないのがなぁ。。
内容
タイトル通りです。
関連 Issue
スクリーンショット・動画など
(なし)
その他