From 538a3f417cc433ddaea6bbd83c470e00e729b22b Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Mon, 24 May 2021 16:29:38 +0300 Subject: [PATCH] Change wording in the README.md Co-authored-by: Konrad Pabjan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be5c8dc..0ecc420 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This action adds reliability to the new action versions publishing and handles t Alpha. Action is under development and internal testing. ## Usage -Action can be triggered on release creation or manually. The actual major tag update will require manual approval. +This action can be triggered automatically when a release is created or manually using a `workflow_dispatch` event. The actual major tag update will require manual approval. See [release-new-action-version.yml](./.github/workflows/release-new-action-version.yml) for usage example. See [action.yml](action.yml) for a complete description of input and output fields.