diff --git a/github-action/entrypoint.sh b/github-action/entrypoint.sh index ec22c359..17ec5411 100755 --- a/github-action/entrypoint.sh +++ b/github-action/entrypoint.sh @@ -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 \ No newline at end of file +echo "result=$RESULT" >> $GITHUB_OUTPUT