diff --git a/github-action/entrypoint.sh b/github-action/entrypoint.sh index 8ce2a3ad..ec22c359 100755 --- a/github-action/entrypoint.sh +++ b/github-action/entrypoint.sh @@ -6,4 +6,6 @@ RESULT="${RESULT//'%'/'%25'}" RESULT="${RESULT//$'\n'/'%0A'}" RESULT="${RESULT//$'\r'/'%0D'}" echo "::debug::\$RESULT: $RESULT" -echo ::set-output name=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