Skip to content

Commit

Permalink
Test bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster authored Nov 20, 2024
1 parent aadbc89 commit 3030bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3030bbb

Please sign in to comment.