Public Access
1
0
mirror of https://github.com/actions/checkout.git synced 2025-11-17 06:19:52 +00:00
This commit is contained in:
eric sciple
2019-12-10 01:32:25 -05:00
parent 35bb830cfd
commit 64fcc0c59a
8 changed files with 3285 additions and 145 deletions

View File

@@ -90,6 +90,7 @@ export async function getSource(settings: ISourceSettings): Promise<void> {
settings.repositoryOwner,
settings.repositoryName,
settings.ref,
settings.commit,
settings.repositoryPath
)
} else {