mirror of
https://github.com/actions/checkout.git
synced 2024-11-14 21:28:04 +00:00
Compare commits
5 Commits
bd979ec754
...
6720bf4230
Author | SHA1 | Date | |
---|---|---|---|
|
6720bf4230 | ||
|
2d7d9f7ff5 | ||
|
110353ee6c | ||
|
51ffdcdb1d | ||
|
f2738ccb35 |
@ -286,6 +286,7 @@ jobs:
|
||||
git commit -m "generated"
|
||||
git push
|
||||
```
|
||||
*NOTE:* The user email is `{user.id}+{user.login}@users.noreply.github.com`. See users API: https://api.github.com/users/github-actions%5Bbot%5D
|
||||
|
||||
# License
|
||||
|
||||
|
@ -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