fix: fix adding safe-directory in container

This commit is contained in:
Marcus Wirtz 2026-04-21 11:32:17 +02:00
parent 0c366fd6a8
commit a0eb51f8ea
No known key found for this signature in database
5 changed files with 47 additions and 17 deletions

View file

@ -1,4 +1,9 @@
export interface IGitSourceSettings {
/**
* The workflow workspace path
*/
githubWorkspacePath?: string
/**
* The location on disk where the repository will be placed
*/