Update createTorrent.yml

This commit is contained in:
Boof 2023-04-28 11:18:12 +02:00 committed by GitHub
parent ab03cc7976
commit 30be82b7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
- name: Create the torrent
run: |
wget https://hexahigh.github.io/cdn/other/torrent-create.mjs
node torrent-create.js
node torrent-create.mjs
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4