Skip to content

Commit

Permalink
Remove binary downloaded in place by the action above
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 17, 2024
1 parent ba11571 commit 72b1d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: crate-ci/typos@v1.17.1
with:
write_changes: true
- name: Remove local typos binary
run: rm ./typos
- uses: peter-evans/create-pull-request@v5.0.2
with:
# WORKFLOW_UPDATE_GITHUB_PAT is a custom token created from my user's profile via the
Expand Down

0 comments on commit 72b1d49

Please sign in to comment.