mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 23:39:45 +00:00
11 lines
212 B
YAML
11 lines
212 B
YAML
name: 'Node 12 Template Action'
|
|
description: 'Get started with Node actions'
|
|
author: 'GitHub'
|
|
inputs:
|
|
myInput:
|
|
description: 'Input to use'
|
|
default: 'world'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|