Skip to content

Commit df490b9

Browse files
committed
CI: Avoid issues with special characters
1 parent 261442e commit df490b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
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)