Skip to content

Commit 28a6c9c

Browse files
Fix set-output deprecate; keys are case sensitive (#1383)
1 parent dee0c94 commit 28a6c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-action/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RESULT="${RESULT//$'\r'/'%0D'}"
88
echo "::debug::\$RESULT: $RESULT"
99
# updating from
1010
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
11-
echo "RESULT=$RESULT" >> $GITHUB_OUTPUT
11+
echo "result=$RESULT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)