diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 78fd4130a..7997ca47e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -52,6 +52,6 @@ jobs: - name: Push run: |- if [ -n "$(git status --porcelain)" ]; then - git commit . -m "Apply 'make format' [ci skip]" && + git commit . -m "Apply 'make format'" && git push origin fi