Skip to content

Commit

Permalink
Add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
yukin01 committed May 23, 2020
1 parent 74e5413 commit cc26f1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Slack Web API Action
description: An action to notify Slack using the chat.postMessage API
author: yukin01

inputs:
status:
description: Job results. In most use cases, you should specify `job.status`.
Expand Down Expand Up @@ -33,6 +34,11 @@ inputs:
description: todo
required: false
default: ''

runs:
using: node12
main: dist/index.js

branding:
icon: alert-circle
color: green

0 comments on commit cc26f1d

Please sign in to comment.