From 60bf67686843c1fff17eb43c7ea6fa8664953749 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 20:34:12 -0800 Subject: [PATCH] Always checkout repo --- .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 980590c8..d306a26d 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -13,11 +13,11 @@ jobs: synchronize-upstream: runs-on: ubuntu-latest steps: + - run: gh repo clone dicretizer/homepage && cd homepage - name: Fetch Upstream Tags id: fetch-upstream-tags if: ${{ !inputs.tags }} run: | - gh repo clone dicretizer/homepage && cd homepage git fetch --tags fmt=' r=%(refname)