From 81ca8ff4a4018e2edf74cc817ea4268002e4a8b7 Mon Sep 17 00:00:00 2001 From: kamal-devtron <128121299+kamal-devtron@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:23:17 +0530 Subject: [PATCH] Update another.yaml --- .github/workflows/another.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/another.yaml b/.github/workflows/another.yaml index 175745f..795c602 100644 --- a/.github/workflows/another.yaml +++ b/.github/workflows/another.yaml @@ -34,7 +34,7 @@ jobs: git pull origin main git checkout -b $TARGET_BRANCH_NAME git fetch origin - git rebase $TARGET_BRANCH_NAME + # Push the new branch to the target repository git push origin $TARGET_BRANCH_NAME