Closed
Description
In the docs for Github Actions working-directory
is specified as a default which can be configured on a whole workflow. This means that every action, ultimately, should respect the working-directory
option.
This action does not.