diff --git a/action.yml b/action.yml index 2b3b1b0..50f8fd6 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Node 12 Template Action' description: 'Get started with Node actions' author: 'GitHub' -inputs: +inputs: myInput: description: 'Input to use' default: 'world'