From 2a076a57af80fe274172e1b36c43ae6f3b5f1f25 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sat, 27 Jul 2024 17:54:39 -0500 Subject: [PATCH] chore: Print yampl command executed --- action.yml | 1 + 1 file changed, 1 insertion(+) 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