You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement
Maybe I missed something completely, but it'd be great for functions like core.getInput or core.setOutput to take a NodeJS.ProcessEnv object as an optional argument, defaulting to process.env, to make testing JS actions easier and cleaner.
Code Snippet
If your action code is something like
Describe the enhancement
Maybe I missed something completely, but it'd be great for functions like
core.getInput
orcore.setOutput
to take aNodeJS.ProcessEnv
object as an optional argument, defaulting toprocess.env
, to make testing JS actions easier and cleaner.Code Snippet
If your action code is something like
it could be something like
Additional information
Again, if that's already possible, sorry for the extra toil!
The text was updated successfully, but these errors were encountered: