From 20b3821de47ff99d8bfc44b35b3d334c7a6f6a00 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Tue, 14 Jan 2025 00:58:55 -0300 Subject: [PATCH] [ci skip] Paper's main branch is now called "main" --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index e29b583..5143b43 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -19,7 +19,7 @@ jobs: with: path: 'Paper' repository: "PaperMC/Paper" - ref: 'master' + ref: 'main' token: ${{ secrets.LORITTA_PAT }} - name: Get Paper Latest Commit Hash