Skip to content

Commit

Permalink
chore: Update yampl flag: --value -> --var
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 27, 2024
1 parent 3ae0427 commit bf7ad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
VALUES: ${{ inputs.values }}
run: |
shopt -s globstar 2>/dev/null || true
yampl --inplace --value="$VALUES" $FILE
yampl --inplace --var="$VALUES" $FILE
- name: Commit changes
if: inputs.commit_message
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit bf7ad10

Please sign in to comment.