Skip to content

Commit

Permalink
🐛 Fix globstar error on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 7, 2023
1 parent cdadc34 commit 4a5326b
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:
FILE: ${{ inputs.file }}
VALUES: ${{ inputs.values }}
run: |
shopt -s globstar
shopt -s globstar 2>/dev/null || true
yampl --inplace --value="$VALUES" $FILE
- name: Commit changes
if: inputs.commit_message
Expand Down

0 comments on commit 4a5326b

Please sign in to comment.