From 3967a82da7e1756c53e89997901f5ab05f6b944c Mon Sep 17 00:00:00 2001 From: Aaron Hine <105221222+roo-ahine@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:10:31 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55225e3..4b2955f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: ref: main - name: Reset promotion branch run: | - git fetch origin staging + git fetch origin/staging git reset --hard staging - name: Create Pull Request uses: peter-evans/create-pull-request@v7