Skip to content

Commit f03b223

Browse files
authored
Update ci.yml
1 parent 68dd940 commit f03b223

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
ref: ${{ github.head_ref }}
15+
# with:
16+
# ref: ${{ github.head_ref }}
1717
- uses: actions/setup-python@v5
1818
- uses: pre-commit/action@v3.0.1
19-
- uses: stefanzweifel/git-auto-commit-action@v5
20-
with:
21-
commit_message: 'pre commit fixes'
19+
# - uses: stefanzweifel/git-auto-commit-action@v5
20+
# with:
21+
# commit_message: 'pre commit fixes'

0 commit comments

Comments
 (0)