Update working-directory description
This commit is contained in:
parent
efe0e211bb
commit
1c732358fa
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue