Make action.yml consistent with starter code (#36)
Starter code accesses `milliseconds`, not `myInput`.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user