Updating action to new entrypoint format

This commit is contained in:
Mike Farah 2022-10-17 15:33:12 +11:00
parent 780ae29c2b
commit dee0c94346
1 changed files with 3 additions and 1 deletions

View File

@ -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