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

filter options not applied to submodules? #1714

Open
Crzyrndm opened this issue May 6, 2024 · 0 comments
Open

filter options not applied to submodules? #1714

Crzyrndm opened this issue May 6, 2024 · 0 comments

Comments

@Crzyrndm
Copy link

Crzyrndm commented May 6, 2024

Checking the log of an action which is using the following

- uses: actions/checkout@v4
  with:
    submodules: true
    fetch-depth: 0
    filter: blob:none

The submodule checkout step indicates the filter is not applied

# Fetching the primary repo
git -c protocol.version=2 fetch --prune --no-recurse-submodules --filter=blob:none ...
# fetching / checking out submodules
git -c protocol.version=2 submodule update --init --force

I was expecting to see the --filter=... also present in the submodule update step. Is there a reason this is not the case?

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

1 participant