mathze / workflow-dispatch-action

Action to create workflow dispatch events and wait for completion
Apache License 2.0
9 stars 2 forks source link

Remove depreciation warnings for `set-output` #125

Closed n-gibs closed 4 months ago

n-gibs commented 4 months ago

Is your feature request related to a problem? Please describe.

Getting this warning on runs

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/

Describe the solution you'd like

change to the new syntax

echo "key=value" >> GITHUB_OUTPUT