Skip to content

Commit

Permalink
chore: Print yampl command executed
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 27, 2024
1 parent 528486f commit 0a43aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
echo "::warning title=$GITHUB_JOB,file=.github/workflows"::'yampl-action "values" input is deprecated, use "vars" instead.'
opts+=( --value="$VALUES" )
fi
set -x
yampl "${opts[@]}" $FILE
- name: Commit changes
if: inputs.commit_message
Expand Down

0 comments on commit 0a43aae

Please sign in to comment.