Skip to content

Commit

Permalink
fix: add description for cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Sep 8, 2019
1 parent 8f3ec4f commit 973f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can customize the following parameters:

|with parameter|required/optional|description|
|:--:|:--:|:--|
|type|required|GitHub Actions job is success or failure<br>This parameter value must contain 'success' or 'fail'<br>We recommend using ${{ job.status }}|
|type|required|The result of GitHub Actions job<br>This parameter value must contain `success`, `fail` or `cancel`<br>We recommend using ${{ job.status }}|
|job_name|required|Means slack notification title|
|icon_emoji|optional|Slack icon<br>default: github|
|username|optional|Slack username<br>default: Github Actions|
Expand Down

0 comments on commit 973f218

Please sign in to comment.