Skip to content

Commit

Permalink
Try forcing full depth to fix mac dirty git
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 11, 2023
1 parent fcf613a commit 07243c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
# sometimes checkout action doesn't result in clean directory?
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.ref }}
submodules: 'recursive'
- run: git status --ignored
Expand Down

0 comments on commit 07243c4

Please sign in to comment.