`GH action` : Use GITHUB_OUTPUT instead of set-output in github actions
- 主要言語
- Java
- スター
- 7
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Expected Behaviour
save-state and set-output commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).
This PR updates the usage of set-output to $GITHUB_OUTPUT
Instructions for envvar usage from GitHub docs:
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
### Actual Behaviour
### Reproduce Scenario (including but not limited to)
#### Steps to Reproduce
#### Platform and Version
#### Sample Code that illustrates the problem
#### Logs taken while reproducing problem
コントリビューションガイド
調査の方向性
リポジトリの GitHub Actions workflow ファイルで非推奨の set-output の使用を検索し、続いて周辺の workflow ステップとリンク先の GitHub ドキュメントを確認します。影響を受ける outputs が GITHUB_OUTPUT を使用し、workflow が引き続き有効であれば完了です。特定のテストファイルは指定されていないため、リポジトリで可能な範囲で workflow 設定を検証してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions
- 領域
- ci-cd
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100