mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2026-01-03 22:26:14 +00:00
Update workflows
This commit is contained in:
7
.github/workflows/auto-update.yml
vendored
7
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user