We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
working-directory
1 parent efe0e21 commit 1c73235Copy full SHA for 1c73235
1 file changed
resolve-environment/action.yml
@@ -11,9 +11,9 @@ inputs:
11
required: true
12
working-directory:
13
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.
+ 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.
17
required: false
18
outputs:
19
environment:
0 commit comments