openwrt / gh-action-sdk

GitHub CI action to build packages via SDK
29 stars 47 forks source link

action: replace `set-output` command with environment file #15

Closed 1715173329 closed 1 year ago

1715173329 commented 1 year ago

This fixes the set-output deprecation 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/

aparcar commented 1 year ago

Thank you!