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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: