From f5a747d1af65d576e640b85d7327c8bebcb3a3f9 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Tue, 23 Apr 2024 20:44:40 +0000 Subject: [PATCH] no conditional Signed-off-by: Ramon Petgrave --- .github/workflows/post-commit.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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