Skip to content

Commit

Permalink
added missing "
Browse files Browse the repository at this point in the history
Signed-off-by: muraca <[email protected]>
  • Loading branch information
muraca committed Oct 25, 2023
1 parent fa4a0c7 commit 3e98290
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 @@ -28,7 +28,7 @@ runs:
- if: ${{ inputs.all }}
name: "Running TOML Sort check"
shell: "bash"
run: find . -type f -iname ${{ inputs.match }} -not -path "./target/*" | xargs -L1 ./toml-sort --check
run: find . -type f -iname "${{ inputs.match }}" -not -path "./target/*" | xargs -L1 ./toml-sort --check
- if: ${{ !inputs.all }}
name: "Running TOML Sort check"
shell: "bash"
Expand Down

0 comments on commit 3e98290

Please sign in to comment.