Skip to content

Commit 1c73235

Browse files
committed
Update working-directory description
1 parent efe0e21 commit 1c73235

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resolve-environment/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ inputs:
1111
required: true
1212
working-directory:
1313
description: >-
14-
Run the autobuilder using this path (relative to $GITHUB_WORKSPACE) as
15-
working directory. If this input is not set, the autobuilder runs with
16-
$GITHUB_WORKSPACE as its working directory.
14+
Resolve the build environment based on the files located at the specified
15+
path (relative to $GITHUB_WORKSPACE). If this input is not set, then the
16+
build environment is resolved based on the files in $GITHUB_WORKSPACE.
1717
required: false
1818
outputs:
1919
environment:

0 commit comments

Comments
 (0)