rename master
This commit is contained in:
parent
a48a37c289
commit
c4d4f159e8
3
.github/workflows/fork-sync.yml
vendored
3
.github/workflows/fork-sync.yml
vendored
@ -44,9 +44,10 @@ jobs:
|
||||
NEW_TAGS: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}
|
||||
- name: Push Current
|
||||
run: |
|
||||
git checkout -b current upstream
|
||||
git rev-list --no-merges --reverse origin/feature/add_auth ^upstream | git cherry-pick --stdin
|
||||
git rev-list --no-merges --reverse origin/fork/automation ^upstream -- .github/**| git cherry-pick --stdin
|
||||
git push upstream release/current
|
||||
git push upstream current
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user