Add working-directory input

This commit is contained in:
Michael B. Gale 2023-05-26 12:12:12 +01:00
parent 4518431205
commit 527ea9408c
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
4 changed files with 21 additions and 1 deletions

View file

@ -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.