Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix MODULE_NOT_FOUND By default the working directory of the composite action is the calling workflows's context. This means a relative require like what was done here isn't reading the action's main.yml. This wasn't caught during testing because GHA requires one to check the testing repo out before being able to run a local action. This masked the behavior. I believe it was missed in the integration tests because those were tested when the main.js was _embedded_ in the action.yml. Hilarious. * Add an on-merge test case
- Loading branch information