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

Deprecate set-output in favor of $GITHUB_OUTPUT #2666

Closed
nitrocode opened this issue Nov 11, 2022 · 0 comments · Fixed by #3019
Closed

Deprecate set-output in favor of $GITHUB_OUTPUT #2666

nitrocode opened this issue Nov 11, 2022 · 0 comments · Fixed by #3019
Labels
bug Something isn't working build Relating to how we build Atlantis github-actions

Comments

@nitrocode
Copy link
Member

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

To avoid untrusted logged data to use save-stateand set-output workflow commands without the intention of the workflow author we have introduced a new set of environment files to manage state and output.

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

Reproduction Steps

n/a

Logs

n/a

Environment details

n/a

Additional Context

See link above

I only see it set-output in one location

echo "::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/}"

I do not see save-state anywhere.

@nitrocode nitrocode added the bug Something isn't working label Nov 11, 2022
@nitrocode nitrocode added build Relating to how we build Atlantis area/build labels Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Relating to how we build Atlantis github-actions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant