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

Replace deprecated set-output command with environment file #2429

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Replace deprecated set-output command with environment file #2429

merged 1 commit into from
Mar 10, 2023

Conversation

jongwooo
Copy link
Contributor

Signed-off-by: jongwooo jongwooo.han@gmail.com

Description

Warning The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Update files to use environment file instead of deprecated set-output command.
I found the workflow files that use set-output command through the following command:

$ find . -name '*.yml' -o -name '*.yaml' | xargs egrep '\bset-output\b'

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
@jongwooo jongwooo requested a review from a team as a code owner February 10, 2023 15:58
@TingluoHuang TingluoHuang enabled auto-merge (squash) March 10, 2023 03:01
@TingluoHuang TingluoHuang merged commit 514ecec into actions:main Mar 10, 2023
@jongwooo jongwooo deleted the chore/replace-deprecated-command-with-environment-file branch March 10, 2023 03:09
nikola-jokic pushed a commit to nikola-jokic/runner that referenced this pull request May 12, 2023
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
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.

3 participants