diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 282d1e27..a72add0f 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -27,7 +27,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Apply code formatting" --no-verify --amend + git commit -am "Apply code formatting" --no-verify - name: Push changes uses: ad-m/github-push-action@master