mirror of
https://github.com/actions/checkout.git
synced 2025-10-05 19:30:47 +00:00
codereview: define a git-user slug instead of a true/false config
This commit is contained in:
parent
f3b199b7ed
commit
5fba9eb899
7 changed files with 32 additions and 14 deletions
|
@ -80,9 +80,9 @@ export interface IGitSourceSettings {
|
|||
authToken: string
|
||||
|
||||
/**
|
||||
* Indicates whether to set a default user name and email in the local git config
|
||||
* A github user slug to set a default user name and email in the local git config
|
||||
*/
|
||||
configureUser: boolean
|
||||
gitUser: string
|
||||
|
||||
/**
|
||||
* The SSH key to configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue