mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-13 21:51:53 +00:00
Make action.yml consistent with starter code (#36)
Starter code accesses `milliseconds`, not `myInput`.
This commit is contained in:
@@ -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