rm gh workspace checks

This commit is contained in:
shuynh 2021-08-09 19:58:41 -04:00
parent 25a956c84d
commit b58389b65b
2 changed files with 1 additions and 13 deletions

View file

@ -40,15 +40,6 @@ export function getInputs(): IGitSourceSettings {
githubWorkspacePath,
result.repositoryPath
)
if (
!(result.repositoryPath + path.sep).startsWith(
githubWorkspacePath + path.sep
)
) {
throw new Error(
`Repository path '${result.repositoryPath}' is not under '${githubWorkspacePath}'`
)
}
// Workflow repository?
const isWorkflowRepository =