Skip to content

Commit e25647e

Browse files
committed
fix(action): Place quotes correctly
Resolves: 134f658#r94433678
1 parent 5080f39 commit e25647e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- run: |
34-
"${{ github.action_path }}/check.sh" "${{ inputs.clang-format-version }}" "${{ inputs.check-path }}" "${{ inputs.fallback-style }}" "${{ inputs.exclude-regex }} "${{ inputs.include-regex }}""
34+
"${{ github.action_path }}/check.sh" "${{ inputs.clang-format-version }}" "${{ inputs.check-path }}" "${{ inputs.fallback-style }}" "${{ inputs.exclude-regex }}" "${{ inputs.include-regex }}"
3535
shell: bash
3636
- name: Save PR head commit SHA
3737
if: failure() && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)