mirror of
https://github.com/actions/checkout.git
synced 2026-07-21 13:51:22 +08:00
fix: fix adding safe-directory in container
This commit is contained in:
parent
0c366fd6a8
commit
a0eb51f8ea
5 changed files with 47 additions and 17 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