mirror of
https://github.com/actions/checkout.git
synced 2026-03-10 09:01:44 +08:00
Compare commits
5 Commits
5a347ae0ae
...
e4725ba5a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4725ba5a3 | ||
|
|
8edcb1bdb4 | ||
|
|
110353ee6c | ||
|
|
51ffdcdb1d | ||
|
|
f2738ccb35 |
@ -1 +1 @@
|
||||
* @actions/actions-launch
|
||||
* @actions/actions-runtime
|
||||
|
||||
@ -364,6 +364,7 @@ class GitAuthHelper {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.settings.submodules) {
|
||||
const pattern = regexpHelper.escape(configKey)
|
||||
await this.git.submoduleForeach(
|
||||
// wrap the pipeline in quotes to make sure it's handled properly by submoduleForeach, rather than just the first part of the pipeline
|
||||
@ -372,3 +373,4 @@ class GitAuthHelper {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user