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'