From f27170fe0c0326b7f658f908e9b11c7d62d84b1b Mon Sep 17 00:00:00 2001 From: Sekwah Date: Mon, 17 Jun 2024 01:04:20 +0100 Subject: [PATCH] chore: attempt to fix the commit issue --- .github/workflows/pre-commit-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-check.yaml b/.github/workflows/pre-commit-check.yaml index f4eeae27..f98d4397 100644 --- a/.github/workflows/pre-commit-check.yaml +++ b/.github/workflows/pre-commit-check.yaml @@ -58,6 +58,6 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add . git commit -m "chore: pre-commit changes" || echo "No changes to commit" - git push + git push ${{ github.head_ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}