adapter-github-actions icon indicating copy to clipboard operation
adapter-github-actions copied to clipboard

support for "with" when using actions

Open marksie1988 opened this issue 4 years ago • 1 comments

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

marksie1988 avatar Jan 24 '21 21:01 marksie1988

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

gr2m avatar Jan 24 '21 23:01 gr2m