-
Notifications
You must be signed in to change notification settings - Fork 42
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 set-output #437
Replace set-output #437
Conversation
Codecov Report
@@ Coverage Diff @@
## master #437 +/- ##
=======================================
Coverage 99.82% 99.82%
=======================================
Files 50 50
Lines 4635 4635
=======================================
Hits 4627 4627
Misses 8 8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Nice job!
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.
Looks good to me! Thanks @vincentmr !
Context:
save-state
andset-output
commands will be deprecated.https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Description of the Change:
Use new env files instead of
save-state
andset-output
commands.Benefits:
CI will keep running.
Possible Drawbacks:
None.
Related GitHub Issues:
None.