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 c326be4 commit d997dc7
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 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 d997dc7

Please sign in to comment.