-
Notifications
You must be signed in to change notification settings - Fork 67
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 with Environment Files in GitHub Actions workflow #1808
Comments
Relevant info from the post:
And a quick highlight of how this works, since I do this in a few other projects and looked it up:
|
This Stack Overflow answer demonstrates how we can replace the following statements in Python scripts by writing to a file: https://stackoverflow.com/a/70123641 print(f"::set-output ...") |
Just want to say thanks @sgibson91 for doing this because I'll likely need to reference this PR in remembering how to do this in a few other projects too haha |
We are still seeing this error message, but I think this is due to code in the |
Also it seems like the UMMMMMM, should probs address that critical error too? 😅 Opened #1875 to track. |
Context
On a recent CI/CD run, this warning was triggered:
We use
set-output
a lot to allow for sharing of variables between steps/jobs throughout various workflows. We should update to the proposed Environment Files workflow before this feature is disabled.Proposal
No response
Updates and actions
No response
The text was updated successfully, but these errors were encountered: