moodlehq / moodle-plugin-release

Template for GitHub Actions YAML file allowing to automatically release tagged version in the Moodle Plugins directory
GNU General Public License v3.0
13 stars 4 forks source link

set-output command is deprecated #10

Closed PhilippImhof closed 1 year ago

PhilippImhof commented 1 year ago

The set-output command is deprecated and will be disabled. Thus, the line

https://github.com/moodlehq/moodle-plugin-release/blob/b9ee390bef60bbf56f9cbbaf034d4014d94b14ef/moodle-release.yml#L58

should be changed to

echo "response=${RESPONSE}" >> $GITHUB_OUTPUT

I am not going to open a PR for that, because (i) the change is so small and (ii) while it seems to work in a simulation, I cannot really test the real usage.

mudrd8mz commented 1 year ago

Many thanks @PhilippImhof for raising this! I dared to put you as the author of the fix.