Skip to content

Commit

Permalink
Point back to main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored Jul 11, 2023
1 parent 3382787 commit 31ccf92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/insiders-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
# Default values will be used by cron job
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.80' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/release/1.80' }}
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/main' }}

jobs:
sync-gp-code:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
# Default values will be used by cron job
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.80' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'release/1.80' }}
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'main' }}

jobs:
sync-main:
Expand Down

0 comments on commit 31ccf92

Please sign in to comment.