jsmrcaga / action-netlify-deploy

MIT License
102 stars 32 forks source link

fix: use $GITHUB_OUTPUT instead set-output(deprecated) #37

Closed 1wilber closed 1 year ago

1wilber commented 1 year ago

In the deployments I noticed that some warnings were appearing due to the set-output being deprecated, I made the necessary changes to eliminate the warning!

I hope this is helpful, best regards

warning image: image

links: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings

jsmrcaga commented 1 year ago

LGTM! Thanks again @H4K1, I'll be releasing a new version as well!