0
1
Fork 0

update: action.yml

Add working-directory input parameter
This commit is contained in:
Marco Accorinti 2023-09-19 18:30:16 +02:00
parent 0fd0fa4fd4
commit b0635286c5
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ inputs:
github-server-url:
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
required: false
working-directory:
description: Provide the working directory for the git commands to execute into, defaults to $GITHUB_WORKSPACE
required: false
runs:
using: node20
main: dist/index.js