Compare commits
2 Commits
3f7bfc6a60
...
9dcb31ca0b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dcb31ca0b | |||
| 6731b23c2a |
@@ -20,13 +20,8 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
- uses: actions/checkout@v6
|
||||
id: clone quartz repo
|
||||
with:
|
||||
# Repository name with owner. For example, actions/checkout
|
||||
# Default: ${{ github.repository }}
|
||||
repository: 'jackyzha0/quartz.git'
|
||||
github-server-url: 'https://github.com/'
|
||||
- id: clone quartz repo
|
||||
run: git clone --depth 1 https://github.com/jackyzha0/quartz.git
|
||||
- uses: actions/checkout@v6
|
||||
id: get garden content
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user