Skip to content

Commit

Permalink
sync.yml: Change default branch to "riskprofiler" as per upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed May 5, 2023
1 parent 2414683 commit 8968569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Checkout our own repo: OpenDRR/h7-framework"
uses: actions/checkout@v3
with:
ref: master
ref: riskprofiler
token: ${{ secrets.GH_PAT }}
fetch-depth: 0

Expand All @@ -35,9 +35,9 @@ jobs:
git config user.email github-actions@github.com
git remote add upstream ${{ secrets.UPSTREAM_GIT_REPO }}
git fetch upstream --tags
git merge --ff-only upstream/master
git switch v2
git merge --ff-only upstream/v2
git switch riskprofiler
git merge --ff-only upstream/riskprofiler
git switch master
git merge --ff-only upstream/master
git push origin --all
git push origin --tags

0 comments on commit 8968569

Please sign in to comment.