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