From 80c8c1bb6d0158af4b38f5d63a5b66421b2fde3e Mon Sep 17 00:00:00 2001 From: Sarisia Date: Sun, 17 Apr 2022 20:35:27 +0000 Subject: [PATCH] fix readme [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be91dd65..79d6c48b 100644 --- a/README.md +++ b/README.md @@ -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 |