Skip to content
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

fix(cli): remove cli warning due to command deprecation #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DarkOnion0
Copy link

@DarkOnion0 DarkOnion0 commented Nov 27, 2022

GitHub recently deprecated the set-output command and replace it with an environment file. This cause a lot of warning in actions log and even worse after the 31st May 2023 since the action will simply crash.
For more information, see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Before After
2022-11-27_14-30 2022-11-27_14-30_1

@South-Paw
Copy link

South-Paw commented Dec 20, 2022

Ended up making my own version to fix this which also removed the docker layer resulting in faster builds

👉 action-netlify-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants