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 780ae29 commit dee0c94Copy full SHA for dee0c94
github-action/entrypoint.sh
@@ -6,4 +6,6 @@ RESULT="${RESULT//'%'/'%25'}"
6
RESULT="${RESULT//$'\n'/'%0A'}"
7
RESULT="${RESULT//$'\r'/'%0D'}"
8
echo "::debug::\$RESULT: $RESULT"
9
-echo ::set-output name=result::"$RESULT"
+# 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
0 commit comments