We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbf7f3 commit aeb83c6Copy full SHA for aeb83c6
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run clang-format
24
id: format
25
- run: git clang-format origin/${{ github.base_ref }} || :
+ run: 'git clang-format origin/${{ github.base_ref }} || :'
26
27
- name: Commit to the PR branch
28
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments