From ce6f73a53c4b6112d5eb5f392a986fc3e5d8a51f Mon Sep 17 00:00:00 2001 From: Jorge Barata Date: Fri, 24 Apr 2020 01:08:45 +0200 Subject: [PATCH] typo I think it's a typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 07218b7..ff8c432 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: 'World' outputs: time: # id of output - description: 'The time we we greeted you' + description: 'The time we greeted you' runs: using: 'node12' main: 'index.js'