dantheman827/Configure Git for GitHub User
An action to configure git with the GitHub user information.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user_name | The GitHub username. If not provided, the repo owner will be used. | no | "" |
| git_name | The override name to use for git. | no | "" |
| use_real_name | Prefer real name if available instead of the GitHub username. This has no effect if git_name is provided. | no | true |
| prefer_user_email | Prefer user email if available instead of noreply GitHub email. | no | false |
Outputs
| name | description |
|---|---|
| name | The configured git name |
| The configured git email |