We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e743eb0 commit 1cb5277Copy full SHA for 1cb5277
.github/workflows/clang-format.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run clang-format
24
id: format
25
run:
26
- while ! git clang-format origin/${{ github.base_ref }} ; do true ; done
+ while ! git clang-format origin/${{ github.base_ref }} ; do git add . ; done
27
28
- name: Commit to the PR branch
29
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments