mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-12-07 12:10:42 +00:00
Merge d1d381abe7 into c2d88d3ecc
This commit is contained in:
commit
c579c401c2
4 changed files with 11 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
|||
result.repositoryPath
|
||||
)
|
||||
if (
|
||||
!core.getInput('allow-path-outside-workspace') &&
|
||||
!(result.repositoryPath + path.sep).startsWith(
|
||||
githubWorkspacePath + path.sep
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue