We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080f39 commit e25647eCopy full SHA for e25647e
action.yml
@@ -31,7 +31,7 @@ runs:
31
using: "composite"
32
steps:
33
- run: |
34
- "${{ github.action_path }}/check.sh" "${{ inputs.clang-format-version }}" "${{ inputs.check-path }}" "${{ inputs.fallback-style }}" "${{ inputs.exclude-regex }} "${{ inputs.include-regex }}""
+ "${{ github.action_path }}/check.sh" "${{ inputs.clang-format-version }}" "${{ inputs.check-path }}" "${{ inputs.fallback-style }}" "${{ inputs.exclude-regex }}" "${{ inputs.include-regex }}"
35
shell: bash
36
- name: Save PR head commit SHA
37
if: failure() && github.event_name == 'pull_request'
0 commit comments