puppyshell/Actions Status Space Channel
Post Github Actions CI status to Space Channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 8, 2024
- License
- None
Pinned Snippet
uses: puppyshell/action-group-space@4bfeef71879963200911ddfef5f7d803c730cfea # spacetags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Space webhook endpoint. If not set, env.SPACE_WEBHOOK will be used. | no | — |
| channel_id | Space webhook endpoint. If not set, env.SPACE_WEBHOOK will be used. | no | — |
| permanent_token | Space webhook token. | no | — |
| status | Job status. Should be bound to job.status. Default to success. | no | ${{ job.status }} |
| job | Deprecated. Job name included in message title. Same as title input. | no | — |
| content | Content. Shown as an message outside of the embed. See [Mention to user/role](#mention-to-user-role) | no | — |
| title | String included in embed title. Overrides job input. | no | ${{ github.workflow }} |
| description | Description included in message | no | — |
| image | Image attached to the message | no | — |
| color | Overrides Space embed color | no | — |
| url | URL to jump when the title is clicked | no | — |
| username | Overrides Space webhook username | no | — |
| avatar_url | Overrides Space webhook avatar url | no | — |
| nofail | This action won't make workflow failed by default. | no | true |
| nocontext | Suppress GitHub context fields | no | false |
| noprefix | Avoid appending job status to title | no | false |
| nodetail | Suppress detailed embed fields | no | false |
| notimestamp | Avoid appending timestamp | no | false |
Outputs
no outputs