diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..4f3cb3f --- /dev/null +++ b/action.yml @@ -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