Skip to content

Commit

Permalink
ci: checkout as orphan
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 31, 2023
1 parent fcd969a commit c59f78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
directory: ${{ env.GIT_OUTPUT_DIR }}
branch: ${{ env.GIT_OUTPUT_BRANCH }}
skip-fetch: true
checkout-orphan: true
force: true
1 change: 1 addition & 0 deletions .github/workflows/test-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
directory: ${{ env.GIT_OUTPUT_DIR }}
branch: ${{ env.GIT_OUTPUT_BRANCH }}
skip-fetch: true
checkout-orphan: true
force: true

0 comments on commit c59f78f

Please sign in to comment.