Fix set-output deprecate; keys are case sensitive

This commit is contained in:
Matt Phelps 2022-10-17 10:23:03 -05:00
parent dee0c94346
commit b98df54a0a
No known key found for this signature in database

View File

@ -8,4 +8,4 @@ RESULT="${RESULT//$'\r'/'%0D'}"
echo "::debug::\$RESULT: $RESULT"
# updating from
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
echo "RESULT=$RESULT" >> $GITHUB_OUTPUT
echo "result=$RESULT" >> $GITHUB_OUTPUT