From 0f7e924550a46f17066d88fef3fc86b01c3fdbe4 Mon Sep 17 00:00:00 2001 From: Lilith Hafner Date: Mon, 16 Oct 2023 09:20:52 -0500 Subject: [PATCH] move fetch to typos step --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 6fc22c8540d3a..dade4e66cab37 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -14,12 +14,12 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - run: git fetch --depth=1 origin ${{ github.base_ref }} - name: Check spelling with typos #uses: crate-ci/typos@master env: GH_TOKEN: "${{ github.token }}" run: | + git fetch --depth=1 origin ${{ github.base_ref }} set -o pipefail mkdir -p "${{ runner.temp }}/typos" RELEASE_ASSET_URL="$(