Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Feb 29, 2024
1 parent 6bc2d85 commit 52d993e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ jobs:

- name: Checkout Code 🛎
uses: actions/checkout@v4
if: github.event_name != 'push'
with:
token: ${{ steps.github-token.outputs.token }}
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout Code 🛎
uses: actions/checkout@v4
if: github.event_name == 'push'
with:
token: ${{ steps.github-token.outputs.token }}

Expand Down

0 comments on commit 52d993e

Please sign in to comment.