From fa1dab3c4e0636e39d5697a29a8e3048ebec970f Mon Sep 17 00:00:00 2001 From: kennyAgricultureVic <152138829+kennyAgricultureVic@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:29:50 +1000 Subject: [PATCH] hotfix: fix branch reference --- .github/workflows/Auto-update-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Auto-update-develop.yml b/.github/workflows/Auto-update-develop.yml index 0a933c0..0fa49cf 100644 --- a/.github/workflows/Auto-update-develop.yml +++ b/.github/workflows/Auto-update-develop.yml @@ -19,4 +19,4 @@ jobs: git config user.email github-actions@github.com git checkout develop git rebase origin/main - git push --force-with-lease origin test + git push --force-with-lease origin develop