From da6eca5360baced1c22d4331e1029a4a03297210 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 21:17:59 -0800 Subject: [PATCH] Fetch upstream --- .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 8aadd6a3..817bb43f 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -18,7 +18,7 @@ jobs: with: ref: upstream fetch-depth: 0 - - run: git remote add upstream https://github.com/gethomepage/homepage.git + - run: git remote add upstream https://github.com/gethomepage/homepage.git && git fetch upstream - name: Fetch Upstream Tags id: fetch-upstream-tags if: ${{ !inputs.tags }}