From 95cf9b0a6ce20731f366ba80e437f40ac21b353c Mon Sep 17 00:00:00 2001 From: update-dist-bot Date: Tue, 20 Feb 2024 18:13:12 +0000 Subject: [PATCH] [update-dist-bot] auto-format and update dist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bca4e42..c9c266c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The GitHub action's only output is named `tags` and is a JSON formatted list. Se The string `""` can be used to represent an empty string, and all combinations of prefixes and suffixes are used. + - `suffix`: One or more whitespace or comma delimited suffixes for returned tags. @@ -45,6 +46,7 @@ The GitHub action's only output is named `tags` and is a JSON formatted list. Se The string `""` can be used to represent an empty string, and all combinations of prefixes and suffixes are used. + - `defaultTag`: If the tag output would be empty return this tag instead. This can be useful for running a workflow in pull requests where no suitable git references are present. `prefix` or `suffix` are _not_ automatically added.