From c59f78fdb86f4406ec033fbb6571e12526d7b9dd Mon Sep 17 00:00:00 2001 From: zyrouge Date: Tue, 31 Oct 2023 14:57:07 +0530 Subject: [PATCH] ci: checkout as orphan --- .github/workflows/deploy.yml | 1 + .github/workflows/test-modules.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c7f3b3..a7af2d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,5 @@ jobs: directory: ${{ env.GIT_OUTPUT_DIR }} branch: ${{ env.GIT_OUTPUT_BRANCH }} skip-fetch: true + checkout-orphan: true force: true diff --git a/.github/workflows/test-modules.yml b/.github/workflows/test-modules.yml index 8d1c922..1eb8c3c 100644 --- a/.github/workflows/test-modules.yml +++ b/.github/workflows/test-modules.yml @@ -35,4 +35,5 @@ jobs: directory: ${{ env.GIT_OUTPUT_DIR }} branch: ${{ env.GIT_OUTPUT_BRANCH }} skip-fetch: true + checkout-orphan: true force: true