File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 88 description : Name of package under eng/tools
99 required : true
1010 type : string
11- sparse-checkout-paths :
12- description : Paths for sparse checkout
13- type : string
11+ use-sparse-checkout :
12+ description : Whether to use sparse-checkout
13+ type : boolean
14+ default : true
1415
1516jobs :
1617 test :
2930 steps :
3031 - uses : actions/checkout@v4
3132 with :
32- sparse-checkout : |
33- eng
34- ${{ inputs.sparse-checkout-paths }}
33+ sparse-checkout : ${{ inputs.use-sparse-checkout && 'eng' || ''}}
3534
3635 - name : Use Node ${{ matrix.node-version }}.x
3736 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2222 uses : ./.github/workflows/_reusable-eng-tools-test.yaml
2323 with :
2424 package : tsp-client-tests
25- sparse-checkout-paths : |
26- specification
25+ use-sparse-checkout : false
You can’t perform that action at this time.
0 commit comments