From dfa7c90a8f1cc7a6a92a97f87079fb73ffc4c33c Mon Sep 17 00:00:00 2001 From: pbio <10051819+paulbalaji@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:36:40 +0100 Subject: [PATCH] fix mistake Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com> --- .github/workflows/create-merge-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-merge-prs.yaml b/.github/workflows/create-merge-prs.yaml index 052fc553..17ece9e9 100644 --- a/.github/workflows/create-merge-prs.yaml +++ b/.github/workflows/create-merge-prs.yaml @@ -34,7 +34,7 @@ jobs: echo "testing" > dummy_test_file.txt git add dummy_test_file.txt git commit -m "chore: merge main into ${{ matrix.name }}" - git push -fu main-to-${{ matrix.name }} + git push -fu origin main-to-${{ matrix.name }} - name: Check and Create Pull Request env: