mirror of
https://github.com/actions/checkout.git
synced 2025-11-01 08:10:35 +00:00
.
This commit is contained in:
@@ -474,7 +474,7 @@ class GitAuthHelper {
|
||||
|
||||
// Remove submodule includeIf
|
||||
await this.git.submoduleForeach(
|
||||
`sh -c "git config --local --get-regexp '^includeIf\\.' && git config --local --remove-section includeIf || :"`,
|
||||
`sh -c "git config --local --get-regexp '^includeif\\.' && git config --local --remove-section includeif || :"`,
|
||||
true
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user