Skip to content

Commit dee0c94

Browse files
committed
Updating action to new entrypoint format
1 parent 780ae29 commit dee0c94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

github-action/entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ RESULT="${RESULT//'%'/'%25'}"
66
RESULT="${RESULT//$'\n'/'%0A'}"
77
RESULT="${RESULT//$'\r'/'%0D'}"
88
echo "::debug::\$RESULT: $RESULT"
9-
echo ::set-output name=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

0 commit comments

Comments
 (0)