From e0cf99c51fcebe8f9f25ce674b390963e44580b5 Mon Sep 17 00:00:00 2001 From: alexravenna Date: Fri, 15 Sep 2023 23:01:29 +0200 Subject: [PATCH] Add periods for consistency --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 20ed222..16bf0b1 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ branding: inputs: # Required pat: - description: 'Personal access token' + description: 'Personal access token.' required: true # Optional @@ -17,7 +17,7 @@ inputs: description: 'Path to the vsix file to be published. Cannot be used together with packagePath.' required: false registryUrl: - description: 'Use the registry API at this base URL' + description: 'Use the registry API at this base URL.' required: false default: 'https://open-vsx.org' packagePath: @@ -51,11 +51,11 @@ inputs: required: false default: true skipDuplicate: - description: 'Fail silently if version already exists on the marketplace' + description: 'Fail silently if version already exists on the marketplace.' required: false default: false target: - description: 'Target architecture(s) the extension should run on' + description: 'Target architecture(s) the extension should run on.' required: false default: ''