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

This commit is contained in:
mattphelps-8451
2022-10-18 13:41:58 +11:00
committed by GitHub
parent dee0c94346
commit 28a6c9c532
+1 -1
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