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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 8, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/devlooped_actions-bot@15f6804ddf36665461e7acf9e6bc8dddb5eb505a # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
nameThe default name of the bot account. Defaults to $GITHUB_ACTOR.no${{ github.actor }}
emailThe default email of the bot account. Defaults to $GITHUB_ACTOR@users.noreply.github.com.no${{ github.actor }}@users.noreply.github.com
gh_tokenThe token to set as $GH_TOKEN environment variable.no""
github_tokenFallback token to use for $GH_TOKEN if gh_token is empty.no${{ github.token }}

no outputs