From b11502cf275fadc284696b4dcf30fa6b4d1f67c2 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 16 Jan 2024 01:39:40 -0500 Subject: [PATCH] bug: workflow commit needs branch --- .github/workflows/commit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 332d546..b4be7ce 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -23,4 +23,5 @@ jobs: - name: Commit file uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: '[bot]: Updated latest image' \ No newline at end of file + commit_message: '[bot]: Updated latest image' + branch: main \ No newline at end of file