We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee0c94 commit 28a6c9cCopy full SHA for 28a6c9c
github-action/entrypoint.sh
@@ -8,4 +8,4 @@ RESULT="${RESULT//$'\r'/'%0D'}"
8
echo "::debug::\$RESULT: $RESULT"
9
# updating from
10
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
11
-echo "RESULT=$RESULT" >> $GITHUB_OUTPUT
+echo "result=$RESULT" >> $GITHUB_OUTPUT
0 commit comments