kubevela / kubevela.github.io

KubeVela documentations and website (https://kubevela.io).
Apache License 2.0
48 stars 208 forks source link

Replace deprecated `set-output` command with environment file #1302

Open jongwooo opened 9 months ago

jongwooo commented 9 months ago

In workflow, 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/

Stazz0 commented 3 months ago

I'd like to work on this issue replacing the deprecated set-output command with environment files in the workflows! If there are any additional details or considerations, I should be aware of, please let me know. I'm happy to help contribute to resolving this issue.