3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-08-04 18:43:38 +00:00
This commit is contained in:
Marcus Wirtz 2026-07-20 23:41:05 +01:00 committed by GitHub
commit 639ecdce9a
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
*/