Add working-directory input
This commit is contained in:
parent
4518431205
commit
527ea9408c
4 changed files with 21 additions and 1 deletions
|
|
@ -9,6 +9,12 @@ inputs:
|
|||
language:
|
||||
description: The language to infer the build environment configuration for.
|
||||
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.
|
||||
required: false
|
||||
outputs:
|
||||
environment:
|
||||
description: The inferred build environment configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue