Skip to content

Commit

Permalink
chore: Run cronjob for thetawave in cron.yml (#16)
Browse files Browse the repository at this point in the history
* run curl for thetawave in cron.yml

* Revert Cargo.toml

* Update cron.yml
  • Loading branch information
cdsupina authored Jan 10, 2023
1 parent 67aee9d commit 8a32e59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
fetch-depth: 1

- name: Update
shell: bash
run: |
for game in "jumpy" "punchy"; do
for game in "fishfolk/jumpy" "fishfolk/punchy" "thetawavegame/thetawave"; do
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/fishfolk/${game}/releases" > "${game}.json"
"https://api.github.com/repos/${game}/releases" > "${game#*/}.json"
done
- name: Commit
Expand Down

0 comments on commit 8a32e59

Please sign in to comment.