Skip to content

Commit aeb83c6

Browse files
committed
CI: Avoid issues with special characters
1 parent 7bbf7f3 commit aeb83c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run clang-format
2424
id: format
25-
run: git clang-format origin/${{ github.base_ref }} || :
25+
run: 'git clang-format origin/${{ github.base_ref }} || :'
2626

2727
- name: Commit to the PR branch
2828
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)