Skip to content

Commit

Permalink
CI: try use quote to skip ..
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 10, 2024
1 parent 0bc2767 commit 67f4da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# exit with error if any dot files have been changed
# this is to avoid security issues with public modifications to github workflow files
git diff ${{ github.sha }} --exit-code -- .*
git diff ${{ github.sha }} --exit-code -- ".*"
- name: Push
if: github.ref == 'refs/heads/master'
run: |
Expand Down

0 comments on commit 67f4da5

Please sign in to comment.