From eedd177867b1c1f54e4c31afa3c0a1b083f46214 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:25:36 +0200 Subject: [PATCH] Update createTorrent.yml --- .github/workflows/createTorrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createTorrent.yml b/.github/workflows/createTorrent.yml index 90dc39f..27a39a7 100644 --- a/.github/workflows/createTorrent.yml +++ b/.github/workflows/createTorrent.yml @@ -25,7 +25,7 @@ jobs: - name: Create the torrent run: | - create-torrent ./ --urlList "https://boof.eu.org" --urlList "https://hexahigh.codeberg.page/Games-website/@main/" -o site.torrent + create-torrent ./ --urlList "https://boof.eu.org" --urlList "https://games-olive-delta.vercel.app" -o site.torrent - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4