9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2026-01-03 22:26:14 +00:00

Update workflows

This commit is contained in:
MrPowerGamerBR
2025-01-14 00:58:18 -03:00
parent f060ddc932
commit ed48f4e0f6
3 changed files with 9 additions and 10 deletions

View File

@@ -1,9 +1,8 @@
name: Automatically update Paper commit hash
on:
workflow_dispatch: {}
# Paper did not release a ver/1.21.3 branch, so we need to disable it manually
# schedule:
# - cron: "0 0 * * *"
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
@@ -12,7 +11,7 @@ jobs:
uses: actions/checkout@v3
with:
path: 'SparklyPaper'
ref: 'ver/1.21.3'
ref: 'ver/1.21.4'
token: ${{ secrets.LORITTA_PAT }}
- name: Checkout Paper Repository