Open
Description
I get the following after every run of your action.
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/
see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ for more information.
From my understanding, you need to move to set the release notes via setOutput()
to the environment variable GITHUB_OUTPUT
.
I think this bug was introduced with #28