Make action.yml consistent with starter code (#36)

Starter code accesses `milliseconds`, not `myInput`.
This commit is contained in:
Chris Sidi
2020-07-17 08:57:44 -04:00
committed by GitHub
parent 63f28cf765
commit 36eb9d8703

View File

@@ -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: