From 5bad19fb3565eab7724de9c5db6e2a292c3b2a42 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 25 Aug 2024 18:03:38 +0900 Subject: [PATCH] WORKFLOW: tentative solution for PRs - try#4 [skip ci] --- .github/workflows/cooker-selfhosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index fd440a45..99aa131e 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -54,6 +54,7 @@ jobs: - name: Clone RetroDECK repo uses: actions/checkout@v4 with: + fetch-depth: 0 submodules: 'true' ref: ${{ github.sha }}