This commit is contained in:
Marcus Wirtz 2026-07-18 17:41:15 -04:00 committed by GitHub
commit a6331e1c6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 29 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
*/