Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sarisia committed Apr 17, 2022
1 parent 623bed3 commit 80c8c1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ For `if` parameter, see

#### Advanced usages

| Key | Required | Value | Default | Description |
| - | - | - | - | - |
| nofail | No | `true` or `false` | `true` | This action won't make workflow failed by default. If set to `false`, this action will set status failed when failed to notify. |
| nocontext | No | `true` or `false` | `false` | Set `true` to suppress GitHub context fields (`Repository`, `Ref`, etc). |
| noprefix | No | `true` or `false` | `false` | Set `true` to avoid appending job status (`Success: `, etc.) to title |
Expand Down

0 comments on commit 80c8c1b

Please sign in to comment.