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