kiegroup / act-js

A node.js wrapper for nektos/act to programmatically run your github actions locally
Apache License 2.0
54 stars 9 forks source link

Add option to set input #9

Closed shubhbapna closed 1 year ago

shubhbapna commented 1 year ago

Feature request Just like we set env and secrets, we need a way to set input as well.

const act = new Act();
await act.setInput("input", "value").runEvent("push")

Additional context Add any other context or screenshots about the feature request here.