From 13192d90034b7653267a42f350e205176700e52f Mon Sep 17 00:00:00 2001 From: Danial Chitnis Date: Wed, 20 Nov 2024 02:53:45 +0000 Subject: [PATCH] Update build-push-next.yml --- .github/workflows/build-push-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-next.yml b/.github/workflows/build-push-next.yml index e07b664..5b841ed 100644 --- a/.github/workflows/build-push-next.yml +++ b/.github/workflows/build-push-next.yml @@ -90,7 +90,7 @@ jobs: - name: Stage and commit any changes run: | git add . - git diff --staged --quiet || git commit -m "Automated: Stage uncommitted changes" + git commit -m "Automated: Direct commit of changes" || echo "No changes to commit" # Create Pull Request only if there are differences