once more unto the breach

This commit is contained in:
Eau
2026-04-11 02:05:24 -05:00
parent 7421a07837
commit d347e3d97d

View File

@@ -19,13 +19,14 @@ jobs:
steps: steps:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 24
- uses: actions/checkout@v6 - uses: actions/checkout@v6
id: clone quartz repo id: clone quartz repo
with: with:
# Repository name with owner. For example, actions/checkout # Repository name with owner. For example, actions/checkout
# Default: ${{ github.repository }} # Default: ${{ github.repository }}
repository: 'https://github.com/jackyzha0/quartz.git' repository: 'jackyzha0/quartz.git'
github-server-url: 'https://github.com/'
- uses: actions/checkout@v4 - uses: actions/checkout@v4
id: get garden content id: get garden content
with: with: