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 }}