mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Updating action to new entrypoint format
This commit is contained in:
parent
780ae29c2b
commit
dee0c94346
@ -6,4 +6,6 @@ RESULT="${RESULT//'%'/'%25'}"
|
|||||||
RESULT="${RESULT//$'\n'/'%0A'}"
|
RESULT="${RESULT//$'\n'/'%0A'}"
|
||||||
RESULT="${RESULT//$'\r'/'%0D'}"
|
RESULT="${RESULT//$'\r'/'%0D'}"
|
||||||
echo "::debug::\$RESULT: $RESULT"
|
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
|
Loading…
Reference in New Issue
Block a user