mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Fix set-output deprecate; keys are case sensitive (#1383)
This commit is contained in:
parent
dee0c94346
commit
28a6c9c532
@ -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