Correct branch name
This commit is contained in:
parent
c2176662ae
commit
78898d6067
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Bump Current
|
- name: Bump Current
|
||||||
run: |
|
run: |
|
||||||
git checkout upstream
|
git checkout upstream
|
||||||
git merge upstream/master upstream
|
git merge upstream/main upstream
|
||||||
working-directory: homepage
|
working-directory: homepage
|
||||||
- name: Create Tags
|
- name: Create Tags
|
||||||
if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}
|
if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user