From 36eb9d87034408e9b6591e8c59a0c99e8ed6bbc3 Mon Sep 17 00:00:00 2001 From: Chris Sidi Date: Fri, 17 Jul 2020 08:57:44 -0400 Subject: [PATCH] Make action.yml consistent with starter code (#36) Starter code accesses `milliseconds`, not `myInput`. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0575e9..f54e6ac 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Your name here' description: 'Provide a description here' author: 'Your name or organization here' inputs: - myInput: # change this + milliseconds: # change this description: 'input description here' default: 'default value if applicable' runs: