mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 08:35:42 +00:00
Fix set-output deprecate; keys are case sensitive
This commit is contained in:
parent
dee0c94346
commit
b98df54a0a
@ -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
|
||||
echo "result=$RESULT" >> $GITHUB_OUTPUT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user