Skip to content
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: deprecated code (set-output) #38

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

jiro4989
Copy link
Contributor

GitHub Actionsで、 set-output は非推奨コマンドとなっており、将来的に機能が削除されるようです。

参考:https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

現在は $GITHUB_OUTPUT に追記してCI変数にセットするのがベターなので、そのように修正しました。

@greymd greymd merged commit d17178e into greymd:master Jan 7, 2023
@greymd
Copy link
Owner

greymd commented Jan 7, 2023

こちら、誠にありがとうございます!
マージしました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants