devlooped/Bot Defaults
A GitHub action that sets git defaults (name, email, author) for automated bot workflows from secrets or env vars.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
Pinned Snippet
uses: devlooped/actions-bot@fcd059e5cebe7aff16252c4c5424e14abf959012 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The default name of the bot account. Defaults to $GITHUB_ACTOR. | no | ${{ github.actor }} |
| The default email of the bot account. Defaults to $GITHUB_ACTOR@users.noreply.github.com. | no | ${{ github.actor }}@users.noreply.github.com | |
| gh_token | The token to set as $GH_TOKEN environment variable. | no | "" |
| github_token | Fallback token to use for $GH_TOKEN if gh_token is empty. | no | ${{ github.token }} |
Outputs
no outputs