diff --git a/src/git-source-settings.ts b/src/git-source-settings.ts index 16d08b1..2f80b5e 100644 --- a/src/git-source-settings.ts +++ b/src/git-source-settings.ts @@ -108,9 +108,4 @@ export interface IGitSourceSettings { * User override on the GitHub Server/Host URL that hosts the repository to be cloned */ githubServerUrl: string | undefined - - /** - * User override of the working directory (default is $GITHUB_WORKSPACE) - */ - workingDirectory: string | undefined }