Fix set-output deprecate; keys are case sensitive (#1383)

This commit is contained in:
mattphelps-8451 2022-10-17 21:41:58 -05:00 committed by GitHub
parent dee0c94346
commit 28a6c9c532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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