mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
workflows/pr.prepare: specify cone mode explicitly
This is the default, but who's supposed to know about that? Let's make
it explicit to be clear about the availability of files in `ci/`.
(cherry picked from commit f35d1cd2cc)
This commit is contained in:
committed by
github-actions[bot]
parent
1e8419b52e
commit
599c6c4e7f
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
sparse-checkout-cone-mode: true # default, for clarity
|
||||
sparse-checkout: |
|
||||
ci/github-script
|
||||
- id: prepare
|
||||
|
||||
Reference in New Issue
Block a user