I want to create a JavaScript Github action and use Jest for testing purposes. Based on the docs I started parsing the input, given the following example code Running this code during development throws the following error Input required and not supplied: my-key as expected because the code is not running inside a Github action environment. But is it possible