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

🐛 Bug: The set-output command is deprecated and will be disabled soon #83

Closed
DenverCoder1 opened this issue Dec 1, 2022 · 3 comments · Fixed by #108
Closed

🐛 Bug: The set-output command is deprecated and will be disabled soon #83

DenverCoder1 opened this issue Dec 1, 2022 · 3 comments · Fixed by #108
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@DenverCoder1
Copy link
Owner

DenverCoder1 commented Dec 1, 2022

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/

Fix the above error by not using set-output.

Based on the link above, the following seems to be the alternative.

- echo "::set-output name=markdown::$(echo $UPDATE)"
+ echo "markdown=$(echo $UPDATE)" >> $GITHUB_OUTPUT

Steps to reproduce

Happens on every workflow run

Screenshots

No response

@DenverCoder1 DenverCoder1 added bug Something isn't working good first issue Good for newcomers up-for-grabs labels Dec 1, 2022
@Vyvy-vi
Copy link
Contributor

Vyvy-vi commented Apr 1, 2023

I'd like to work on this

@DenverCoder1
Copy link
Owner Author

@Vyvy-vi Great, thanks!

@DenverCoder1
Copy link
Owner Author

DenverCoder1 commented Apr 17, 2023

Deadline for this before set-output is disabled is May 31, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Development

Successfully merging a pull request may close this issue.

2 participants