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
Github Actions supports a working-directory directive, which sets the default directory (to other than root) for run steps. This is useful for monorepos.
Unfortunately, this directive does not apply to actions. Let's introduce a working-directory input, which defaults all paths and work to the specified directory.
Github Actions supports a
working-directory
directive, which sets the default directory (to other than root) for run steps. This is useful for monorepos.Unfortunately, this directive does not apply to actions. Let's introduce a
working-directory
input, which defaults all paths and work to the specified directory.An example of where this would be useful is https://github.com/guardian/cfn-private-resource-types (various nested lambdas that need to be build/bunded in GHA).
The text was updated successfully, but these errors were encountered: