From 7e23da417cf8271a942a8d7e5b19a6eeae420fff Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Fri, 6 Oct 2023 05:30:22 +0000 Subject: [PATCH] Point back to main branches --- .github/workflows/insiders-gp.yml | 4 ++-- .github/workflows/insiders.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/insiders-gp.yml b/.github/workflows/insiders-gp.yml index a33eb03..bca9715 100644 --- a/.github/workflows/insiders-gp.yml +++ b/.github/workflows/insiders-gp.yml @@ -15,8 +15,8 @@ on: env: # Default values will be used by cron job - PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.83' }} - UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/release/1.83' }} + PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }} + UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/main' }} jobs: sync-gp-code: diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index f74f0c1..6aa8061 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -15,8 +15,8 @@ on: env: # Default values will be used by cron job - PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.83' }} - UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'release/1.83' }} + PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }} + UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'main' }} jobs: sync-main: