From fc354d7d3e0651b53c417473a5346dba5d29d996 Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Mon, 23 Sep 2019 15:28:55 +1000 Subject: [PATCH] Fix typo in output description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 068bc83..9b136f8 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: 'docker' image: 'Dockerfile'