From affd4b6e058213602b14684551658fdbce28558b Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 15 Feb 2021 10:53:54 +0530 Subject: [PATCH] chore(readme): add default value of `fail_on_unmatched_files` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc1698a..c5b0dc0 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ The following are optional as `step.with` keys | `name` | String | Name of the release. defaults to tag name | | `tag_name` | String | Name of a tag. defaults to `github.ref` | | `repository` | String | Name of a target repository in `/` format. defaults to the current repository -| `fail_on_unmatched_files` | Boolean | Indicator of whether to fail if any of the `files` globs match nothing| +| `fail_on_unmatched_files` | Boolean | Indicator of whether to fail if any of the `files` globs match nothing. defaults to `false` | 💡When providing a `body` and `body_path` at the same time, `body_path` will be attempted first, then falling back on `body` if the path can not be read from.