mirror of
https://github.com/actions/typescript-action.git
synced 2026-01-05 16:58:46 +08:00
Add template
This commit is contained in:
10
action.yml
Normal file
10
action.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: 'JavaScript Template Action'
|
||||
description: 'Get started with JavaScript actions'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
myInput:
|
||||
description: 'Input to use'
|
||||
default: 'world'
|
||||
runs:
|
||||
using: 'node'
|
||||
main: 'lib/main.js'
|
||||
Reference in New Issue
Block a user