diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 049b801d..850d3e86 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -30,7 +30,7 @@ jobs: - name: Bump Current run: | git checkout upstream - git merge upstream/master upstream + git merge upstream/main upstream working-directory: homepage - name: Create Tags if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}