diff --git a/build-workspace-matrix/action.yml b/build-workspace-matrix/action.yml index 01f62dd..a11cedb 100644 --- a/build-workspace-matrix/action.yml +++ b/build-workspace-matrix/action.yml @@ -16,6 +16,9 @@ inputs: relative_to_path: description: "If provided, results will be relative to the given path" required: false + working_directory: + description: "If provided, the action uses the specified path as the root for the purposes of detecting matching workspaces based on the provided glob patterns." + required: false outputs: matrix: description: "The matrix object of the shape: { workspace: [] }"