From 3bc914555dde489f660b199fcf1f049a3b0be446 Mon Sep 17 00:00:00 2001 From: chanikag Date: Tue, 22 Oct 2024 08:33:52 +0530 Subject: [PATCH] Update sync_to_main.yaml --- .github/workflows/sync_to_main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_to_main.yaml b/.github/workflows/sync_to_main.yaml index 261f8e195..2c04a2a97 100644 --- a/.github/workflows/sync_to_main.yaml +++ b/.github/workflows/sync_to_main.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 4.3.0 + ref: propertyM - name: Reset 4.3.0 branch run: | git fetch origin main:main @@ -20,4 +20,4 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - branch: 4.3.0 + branch: propertyM