Change wording in the README.md

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
MaksimZhukov 2021-05-24 16:29:38 +03:00 committed by GitHub
parent 7f4f16ece0
commit 538a3f417c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.