autobuild: add working-directory input
This commit is contained in:
parent
2d80fe85fc
commit
b0c570ef83
5 changed files with 22 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue