-
Notifications
You must be signed in to change notification settings - Fork 19
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
set-output
command is deprecated and will be disabled soon warning
#44
Comments
|
Is there an alternative to this action that would be simple to implement in my CI, or will this action be updated before the deprecation is final? |
A note of urgency. If this is not resolved, this action will fail on June 1st, in just a few weeks. |
GH actions have postponed the June 1st expiry date, but this won't be forever, and we do still have annoying deprecation messages. I have a feeling this project has been abandoned so might need forking. |
Is there a date for an updated version of this action? |
Still getting this same deprecation warning with uses: azure/appservice-settings@v1 |
I have forked the action and published a Node 20 version to the marketplace: Azure App Service Settings for Node20. |
Still facing this issue with Thanks @rajbos published Azure App Service Settings for Node20. It works like a charm. |
When running this GitHub Action in a workflow, I'm receiving the following warning:
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/appservice-settings/src/main.ts
Line 61 in 233d3bf
The text was updated successfully, but these errors were encountered: