jamie-codez/Setup GitHub/GitLab/Bitbucket User

Configure Git user name and email for GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 29, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jamie-codez/setup-git-user@86ca8607df06935d2624f20e9dfafd7ec541bdc3 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
usernameGit username to configureyes
emailGit email to configureyes
remote-urlGit remote origin URL (defaults to GitHub repository URL)no""
tokenGitHub token for authentication (optional)no${{ github.token }}
namedescription
configured-userThe configured Git username
configured-emailThe configured Git email
configured-remoteThe configured Git remote origin URL