From 1c732358facc4ea36b7f31a23c748d08307c2de6 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 13 Jun 2023 20:44:48 +0100 Subject: [PATCH] Update `working-directory` description --- resolve-environment/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resolve-environment/action.yml b/resolve-environment/action.yml index ba82444fa..aa88a2334 100644 --- a/resolve-environment/action.yml +++ b/resolve-environment/action.yml @@ -11,9 +11,9 @@ inputs: required: true working-directory: description: >- - Run the autobuilder using this path (relative to $GITHUB_WORKSPACE) as - working directory. If this input is not set, the autobuilder runs with - $GITHUB_WORKSPACE as its working directory. + Resolve the build environment based on the files located at the specified + path (relative to $GITHUB_WORKSPACE). If this input is not set, then the + build environment is resolved based on the files in $GITHUB_WORKSPACE. required: false outputs: environment: