diff --git a/action.yml b/action.yml index e5ce23c..eff5e37 100644 --- a/action.yml +++ b/action.yml @@ -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