We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b5483 commit 855706eCopy full SHA for 855706e
.github/workflows/pre-commit.yaml
@@ -33,15 +33,6 @@ jobs:
33
output-method: replace
34
git-push: true
35
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 }}
45
46
collectInputs:
47
name: Collect workflow inputs
0 commit comments