adapter-github-actions
adapter-github-actions copied to clipboard
support for "with" when using actions
Hi,
does the adapter support the use of "with", I'm trying to allow a configuration file location that a user can specify and new to probot / creating actions
The "with" keys are just setting environment variables prefixed with INPUT_, there should be no problem for your app using it, this adapter should not interfere. You can read out inputs with @actions/core, too