From 78898d606748f82f40b99bea029c359f42bf552e Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 20:42:10 -0800 Subject: [PATCH] Correct branch name --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}