autobuild: add working-directory input

This commit is contained in:
Chuan-kai Lin 2022-04-08 13:37:42 -07:00
parent 2d80fe85fc
commit b0c570ef83
5 changed files with 22 additions and 3 deletions

View file

@ -6,6 +6,12 @@ inputs:
default: ${{ github.token }}
matrix:
default: ${{ toJson(matrix) }}
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
runs:
using: 'node16'
main: '../lib/autobuild-action.js'
main: '../lib/autobuild-action.js'