Update createTorrent.yml

This commit is contained in:
Boof 2023-04-28 12:36:19 +02:00 committed by GitHub
parent 8b83a5265c
commit 83b89928cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
- name: Create the torrent
run: |
create-torrent ./ --urlList "https://boof.eu.org" --urlList "https://games-olive-delta.vercel.app" -o site.torrent
create-torrent ./ --urlList "https://boof.eu.org" --urlList "https://games-olive-delta.vercel.app" --urlList "https://games-hexahigh.vercel.app" --urlList "https://games-git-main-hexahigh.vercel.app" -o site.torrent
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4