Update createTorrent.yml

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

View File

@ -21,12 +21,11 @@ jobs:
sudo apt update
sudo apt install nodejs
sudo apt install npm
npm install create-torrent
sudo npm install -g create-torrent
- name: Create the torrent
run: |
wget https://hexahigh.github.io/cdn/other/torrent-create.mjs
node torrent-create.mjs
create-torrent ./ --urlList "https://boofdev.eu.org" -o site.torrent
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4