-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
bug: sparse-checkout checks out undefined paths #1628
Comments
Similar problem: - name: Checkout Liquibase Migrations
uses: actions/checkout@v4
with:
repository: our-org/other-repo
ref: release
ssh-key: ${{ secrets.SHHH }}
path: liquibase
sparse-checkout: src/main/resources/liquibase
show-progress: false Actual behavior: entire tree of Expected behavior: only the |
Similar issue here as well. Options sent to actions/checkout (same results whether providing sparse-checkout a single path as shown below or '|\n scripts' as documented):
Output from the runner, after checkout action:
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue:
sparse-checkout
checks out undefined pathsActual behaviour (checks out repository contents in following manner):
Expected behaviour:
The text was updated successfully, but these errors were encountered: