Skip to content

Commit

Permalink
Set clean to true
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 3434da4 commit 485d6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: actions/checkout@v4
with:
# Check if it's a pull request
clean: false
ref: ${{ github.event.pull_request.head.ref || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Show current branch
run: |
git rev-parse --abbrev-ref HEAD
pwd
ls -la
build:
needs: checkout
Expand Down

0 comments on commit 485d6c1

Please sign in to comment.