-
Notifications
You must be signed in to change notification settings - Fork 12
Fix set-output function deprecation in build workflow #792
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
Conversation
Cherry pick to beta success |
anaiberta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jechague
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's block this PR until we can figure out why output variables are not working in the beta branch after this change.
Cherry pick to beta success |
jechague
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working now
* Fix set-output function deprecation in build workflow * Fix writing to GITHUB_OUTPUT env file --------- Co-authored-by: José Echagüe <jechague@genexus.com> (cherry picked from commit 9a33349)
* Fix set-output function deprecation in build workflow * Fix writing to GITHUB_OUTPUT env file --------- Co-authored-by: José Echagüe <jechague@genexus.com> (cherry picked from commit 9a33349)
* Fix set-output function deprecation in build workflow * Fix writing to GITHUB_OUTPUT env file --------- Co-authored-by: José Echagüe <jechague@genexus.com> (cherry picked from commit 9a33349)
* Fix set-output function deprecation in build workflow * Fix writing to GITHUB_OUTPUT env file --------- Co-authored-by: José Echagüe <jechague@genexus.com> (cherry picked from commit 9a33349)
* Fix set-output function deprecation in build workflow * Fix writing to GITHUB_OUTPUT env file --------- Co-authored-by: José Echagüe <jechague@genexus.com> (cherry picked from commit 9a33349)
The
set-outputcommand 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/