From 827de551fdb74b52e07fb7bff856cbe63439e39f Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Mon, 24 May 2021 16:30:22 +0300 Subject: [PATCH] Fix a typo in action.yml Co-authored-by: Konrad Pabjan --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index eb8f47e..99d86a7 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Publish action versions' -description: 'Move the major version tag to point to the specified ref' +description: 'Move the major version tag to point to a specified ref' inputs: source-tag: description: 'Tag name that the major tag will point to. Examples: v1.2.3, 1.2.3' @@ -12,4 +12,4 @@ outputs: description: 'The major version tag that has been updated (created). Examples: v1, 1' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'