puppyshell/Actions Status Space Channel

Post Github Actions CI status to Space Channel

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 8, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: puppyshell/action-group-space@4bfeef71879963200911ddfef5f7d803c730cfea # space

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

namedescriptionrequireddefault
webhookSpace webhook endpoint. If not set, env.SPACE_WEBHOOK will be used.no
channel_idSpace webhook endpoint. If not set, env.SPACE_WEBHOOK will be used.no
permanent_tokenSpace webhook token.no
statusJob status. Should be bound to job.status. Default to success.no${{ job.status }}
jobDeprecated. Job name included in message title. Same as title input.no
contentContent. Shown as an message outside of the embed. See [Mention to user/role](#mention-to-user-role)no
titleString included in embed title. Overrides job input.no${{ github.workflow }}
descriptionDescription included in messageno
imageImage attached to the messageno
colorOverrides Space embed colorno
urlURL to jump when the title is clickedno
usernameOverrides Space webhook usernameno
avatar_urlOverrides Space webhook avatar urlno
nofailThis action won't make workflow failed by default.notrue
nocontextSuppress GitHub context fieldsnofalse
noprefixAvoid appending job status to titlenofalse
nodetailSuppress detailed embed fieldsnofalse
notimestampAvoid appending timestampnofalse

no outputs