From 4400bff0b4e8395b53816255eddd338676c05c7e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 29 Oct 2024 22:07:41 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Fixing=20CI.=20=20Use=20master=20branch?= =?UTF-8?q?=20=F0=9F=91=B7=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 4e1608b..4f33c9d 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -14,7 +14,7 @@ jobs: - uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@v1 - run: | ls -lah - - uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@v1 + - uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@master with: base_url: "${{ secrets.G_SERVER_URL}}" access_token: "${{ secrets.G_TOKEN }}"