Closed ire4ever1190 closed 1 year ago
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Used regex echo "::save-state name=(\w+)::([^\n]+) to do the replacement
echo "::save-state name=(\w+)::([^\n]+)
Have full version of the workflow running in my fork to check there are no problems
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Used regex
echo "::save-state name=(\w+)::([^\n]+)
to do the replacement