mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-01 01:20:35 +01:00
update: action.yml
Add working-directory input parameter
This commit is contained in:
parent
a66a86e636
commit
c51e56cd7a
@ -89,6 +89,9 @@ inputs:
|
|||||||
github-server-url:
|
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
|
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
|
required: false
|
||||||
|
working-directory:
|
||||||
|
description: Provide the working directory for the git commands to execute into, defaults to $GITHUB_WORKSPACE
|
||||||
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node20
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
Loading…
Reference in New Issue
Block a user