From 38b9ac6f5039a995b088bfa4e204167e0d9d0dd2 Mon Sep 17 00:00:00 2001 From: Ross Anderson Date: Wed, 8 Dec 2021 19:29:20 -0800 Subject: [PATCH] use same wording in action.yml as in README --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c7f8f6..cd22c02 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: default: 'false' required: false skip-push: - description: 'Skip pushing the commit with the version bump' + description: 'If true, skip pushing any commits or tags created after the version bump' default: false required: false PACKAGEJSON_DIR: