From cc61deff01b5d62abba37b3167396cd78090875d Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 15 Oct 2020 18:48:50 +0300 Subject: [PATCH] Fix typos in action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2e26887e..6adf695f 100644 --- a/action.yml +++ b/action.yml @@ -7,13 +7,13 @@ inputs: zip: description: 'Path to a .zip of your addon' client-id: - description: 'Google OAuth2 client id' + description: 'Google OAuth2 client ID' client-secret: description: 'Google OAuth2 client secret' refresh-token: description: 'Google OAuth2 refresh token' publish-target: - description: 'Chrome Stroe publish target "default" | "trustedTesters"' + description: 'Chrome Store publish target "default" | "trustedTesters"' default: 'default' runs: using: 'node12'