Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Explicitly disable sparse checkout unless asked for#1598

Merged
jww3 merged 36 commits into
actions:mainfrom
dscho:explicitly-disable-sparse-checkout-unless-asked-for
Feb 21, 2024
Merged

Explicitly disable sparse checkout unless asked for#1598
jww3 merged 36 commits into
actions:mainfrom
dscho:explicitly-disable-sparse-checkout-unless-asked-for

Conversation

@dscho
Copy link
Copy Markdown
Contributor

@dscho dscho commented Jan 31, 2024

When a worktree is reused by actions/checkout and the first time sparse checkout was enabled, we need to ensure that the second time it is only a sparse checkout if explicitly asked for. Otherwise we need to disable the sparse checkout so that a full checkout is the outcome of this Action.

This fixes #1475

Loading
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

Successfully merging this pull request may close these issues.

Newly added sparse checkout functionality is not cleaning up after itself

4 participants