From 1f5264fbfb93a1506665a3b62d926442a48674bf Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:02:46 +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 f2b178a..f9e754d 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" -o site.torrent + create-torrent ./ --urlList "https://boof.eu.org, https://hexahigh.codeberg.page/Games-website/@main/" -o site.torrent - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4