raven-actions/Bot Details
🤖 Get bot details (name, email, author/committer) in a proper format for the subsequence steps like git, PR, and more.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bot-slug-name | Bot slug name (GitHub App name) | no | github-actions |
| set-env | Save action's output also as environment variables | — | true |
| env-prefix | Prefix for environment variables | no | — |
| github-token | GitHub token to use for API authentication | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| id | Bot id |
| slug | Bot slug name |
| name | Bot name |
| Bot email | |
| name-email | Bot name and email |
| html-url | Bot html url |
| api-url | Bot api url |