Compare commits
2 Commits
7421a07837
...
3f7bfc6a60
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f7bfc6a60 | |||
| d347e3d97d |
@@ -19,14 +19,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
- uses: actions/checkout@v6
|
||||
id: clone quartz repo
|
||||
with:
|
||||
# Repository name with owner. For example, actions/checkout
|
||||
# Default: ${{ github.repository }}
|
||||
repository: 'https://github.com/jackyzha0/quartz.git'
|
||||
- uses: actions/checkout@v4
|
||||
repository: 'jackyzha0/quartz.git'
|
||||
github-server-url: 'https://github.com/'
|
||||
- uses: actions/checkout@v6
|
||||
id: get garden content
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
|
||||
Reference in New Issue
Block a user