Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to pass '--skip-checks' option when sparse-checkout #1495

Open
mirror-kt opened this issue Sep 22, 2023 · 2 comments
Open

Allow to pass '--skip-checks' option when sparse-checkout #1495

mirror-kt opened this issue Sep 22, 2023 · 2 comments

Comments

@mirror-kt
Copy link

Currently actions/checkout@v4 supports sparse-checkout.

However, if the target folder contains *? []\, we need the --skip-checks option to specify that cone mode is used, but currently there is no way to pass this option.

@egarc12
Copy link

egarc12 commented Jul 3, 2024

+1, I need to skip some files using the ! character but get the error

Error: fatal: specify directories rather than patterns. If your directory starts with a '!', pass --skip-checks

@Sam13
Copy link

Sam13 commented Sep 28, 2024

+1
Exclusion support with cone mode would be nice

Workaround is to disable cone mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants