-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update the set-output command #247
Comments
the docs say we should update Edit: here's the new release v1.6. Let me know if this solves the issue for you! |
@CamiloGarciaLaRotta Thank you for the quick reply and new release. Unfortunately this issue has not been resolved. At first I was targeting the major version I would like to help out investigating this issue, but it has to wait until my planning allows it. |
In case it matters, this is our setup for posting a message to Slack:
|
Happy to 🍐with you or review any PR that you soon for this issue 🙃 In the meantime I'll try to reproduce on a dummy repo. Edit: Ok I was able to reproduce and I'm baffled 😬 watermelon is currently at watermelon-http-client/package.json Line 28 in d8e8acc
AFAICT it's the only dependency that does The plot thickens! I found this under our function setOutput(name, value) {
process.stdout.write(os.EOL);
command_1.issueCommand('set-output', { name }, value);
} Quite an adventure 😅 found the root cause: my release pipeline is faulty. I was not generating a new |
🙇🏽♂️ @rvanderlinden mind testing your repo's workflow with the latest version: v1.7 steps:
- uses: CamiloGarciaLaRotta/watermelon-http-client@v1.7 |
@CamiloGarciaLaRotta That was harder than expected, good find! I have tested It looks like |
🙃 most likely caching, because v1 should already take the latest 1.* Release |
Thanks again! |
Hi @CamiloGarciaLaRotta! To get back to my question regarding the See also this thread: https://github.com/orgs/community/discussions/48058#discussioncomment-5055159. |
Hi! 👋🏽
Is your feature request related to a problem? Please describe.
We are receiving deprecation warnings for this action because the
set-output
command is deprecated and will be disabled in the near future. If the deadline is not postponed, this functionality and the action itself may stop working on 31st May 2023. I have outlined the deprecation warning below.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/
Describe the solution you'd like
Please update this action to use environment files instead of
set-outpout
as outlined in this guide.Thanks 😄 !
Roland
The text was updated successfully, but these errors were encountered: