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 a40a7a3 commit aadbc89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aadbc89

Please sign in to comment.