Skip to content

Commit

Permalink
[action] Update parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Nov 12, 2019
1 parent 34230cb commit 764cf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Slack Notification for Github Actions'
author: 'homoluctus'
inputs:
type:
description: 'job status (success or failure)'
description: 'job status (success, failure or cancelled)'
required: true
job_name:
description: 'job name of workflow (format: markdown)'
Expand All @@ -12,7 +12,7 @@ inputs:
description: 'slack mention'
required: false
mention_if:
description: 'the condition to mention'
description: 'the condition for mention'
required: false
username:
description: 'slack username'
Expand Down

0 comments on commit 764cf7a

Please sign in to comment.