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