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 3030bbb commit 321b2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
with:
fetch-depth: 0
- name: Grab recipe itemIDs to recipeIDs
run: bash ${GITHUB_WORKSPACE}/scripts/do-all.sh
run: git update-index --chmod=+x ./scripts/get-files.sh
git update-index --chmod=+x ./scripts/convert-recipes-to-spell-ids.py
bash ${GITHUB_WORKSPACE}/scripts/do-all.sh

0 comments on commit 321b2d5

Please sign in to comment.