Skip to content

Commit

Permalink
fix GitHub action of last PR (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Mar 3, 2024
1 parent dd13ffb commit 25dcde8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: Checkout the source code. For pull requests it checks out the merge
runs:
using: composite
steps:
- name: clear .git from previous checkout
shell: bash
run: rm -r .git

- name: Checkout normal
uses: actions/checkout@v4
if: github.event_name != 'pull_request_target'
Expand Down

0 comments on commit 25dcde8

Please sign in to comment.