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
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.
0 commit comments