actions-marketplace-validations/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
- Maintainedlast commit Feb 8, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/devlooped_actions-bot@15f6804ddf36665461e7acf9e6bc8dddb5eb505a # no releases — HEAD as of 2026-07-10tags 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