Skip to content

Commit

Permalink
also fetch base ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
1 parent e426c1a commit 45a4651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ 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 }}"
GH_TOKEN: "${{ github.token }}"
run: |
set -o pipefail
mkdir -p "${{ runner.temp }}/typos"
Expand Down

0 comments on commit 45a4651

Please sign in to comment.