mirror of
https://github.com/actions/checkout.git
synced 2025-10-05 19:30:47 +00:00
feat(git config): Set default user.name and user.email in git config
This commit is contained in:
parent
cbb722410c
commit
f3b199b7ed
6 changed files with 26 additions and 4 deletions
|
@ -79,6 +79,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
authToken: string
|
||||
|
||||
/**
|
||||
* Indicates whether to set a default user name and email in the local git config
|
||||
*/
|
||||
configureUser: boolean
|
||||
|
||||
/**
|
||||
* The SSH key to configure
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue