From aadbc89351da5ada149097c35d1669d419b4b40a Mon Sep 17 00:00:00 2001 From: Sluimerstand Date: Wed, 20 Nov 2024 18:33:53 +0100 Subject: [PATCH] Test bash script --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 556c31f..8276097 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ jobs: GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} steps: + - name: Clone project + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Grab recipe itemIDs to recipeIDs run: ${GITHUB_WORKSPACE}/scripts/do-all.sh - shell: bash