jamie-codez/Setup GitHub/GitLab/Bitbucket User
Configure Git user name and email for GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 29, 2025
- License
- MIT
Pinned Snippet
uses: jamie-codez/setup-git-user@86ca8607df06935d2624f20e9dfafd7ec541bdc3 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Git username to configure | yes | — |
| Git email to configure | yes | — | |
| remote-url | Git remote origin URL (defaults to GitHub repository URL) | no | "" |
| token | GitHub token for authentication (optional) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| configured-user | The configured Git username |
| configured-email | The configured Git email |
| configured-remote | The configured Git remote origin URL |