From d3c3c5fc1f7e5115377c22c2f158844e6c690a0a Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Thu, 18 Jan 2024 20:35:58 -0800 Subject: [PATCH] Fix spelling --- .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 d306a26d..2bb0beb6 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -13,7 +13,7 @@ jobs: synchronize-upstream: runs-on: ubuntu-latest steps: - - run: gh repo clone dicretizer/homepage && cd homepage + - run: gh repo clone discretizer/homepage && cd homepage - name: Fetch Upstream Tags id: fetch-upstream-tags if: ${{ !inputs.tags }}