Skip to content

Commit 855706e

Browse files
committed
ci: update workflow
1 parent 84b5483 commit 855706e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
output-method: replace
3434
git-push: true
3535

36-
- name: Commit changes
37-
run: |
38-
git config --local user.email "action@github.com"
39-
git config --local user.name "GitHub Action"
40-
git add .
41-
git commit -m "Fix newline at end of README.md files"
42-
git push origin ${{ github.event.pull_request.head.ref }}
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4536

4637
collectInputs:
4738
name: Collect workflow inputs

0 commit comments

Comments
 (0)