diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 695243d..074066e 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -90,9 +90,5 @@ jobs: git config user.email github-actions@github.com git add . git status - if git commit -m "${{ env.COMMIT_MESSAGE }}" - then + git commit -m "${{ env.COMMIT_MESSAGE }}" git push - else - echo "there is no diff" - fi