mirror of
https://github.com/actions/checkout.git
synced 2026-07-21 13:51:22 +08:00
Merge b23eb344e8 into 3d3c42e5aa
This commit is contained in:
commit
a6331e1c6b
5 changed files with 50 additions and 29 deletions
|
|
@ -1,4 +1,9 @@
|
|||
export interface IGitSourceSettings {
|
||||
/**
|
||||
* The workflow workspace path
|
||||
*/
|
||||
githubWorkspacePath?: string
|
||||
|
||||
/**
|
||||
* The location on disk where the repository will be placed
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue