diff --git a/.github/workflows/another.yaml b/.github/workflows/another.yaml index 8583186..751b198 100644 --- a/.github/workflows/another.yaml +++ b/.github/workflows/another.yaml @@ -31,6 +31,7 @@ jobs: cd testing # Fetch the new branch from the source repository + git pull origin main git checkout -b $TARGET_BRANCH_NAME # Push the new branch to the target repository