Add action template
This commit is contained in:
13
action.yml
Normal file
13
action.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Node-Script runner
|
||||||
|
description: Run random node scripts using actions
|
||||||
|
author: Janis Hutz
|
||||||
|
inputs:
|
||||||
|
script:
|
||||||
|
required: true
|
||||||
|
description: The script to run
|
||||||
|
runs:
|
||||||
|
using: node24
|
||||||
|
main: ${{ inputs.script }}
|
||||||
|
branding:
|
||||||
|
icon: zap
|
||||||
|
color: green
|
||||||
Reference in New Issue
Block a user