测sparse-checkout.yaml
This commit is contained in:
30
.github/workflows/测sparse-checkout.yaml
vendored
Normal file
30
.github/workflows/测sparse-checkout.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
on:
|
||||
push:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
jobs:
|
||||
job1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📥 检出代码
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
lfs: false
|
||||
sparse-checkout: |
|
||||
README.md
|
||||
sparse-checkout-cone-mode: false
|
||||
- run: ls -al
|
||||
job2:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📥 检出代码
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
lfs: false
|
||||
sparse-checkout: |
|
||||
README.md
|
||||
sparse-checkout-cone-mode: true
|
||||
- run: ls -al
|
Reference in New Issue
Block a user