mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07: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'
|