1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-03 08:49:54 +02:00
This commit is contained in:
eric sciple 2019-12-10 01:50:41 -05:00
parent bb56c8569a
commit 19fb09ae8f
2 changed files with 4 additions and 6 deletions

View file

@ -79,11 +79,9 @@ export async function getSource(settings: ISourceSettings): Promise<void> {
}
if (!git || `${1}` == '1') {
core.info(`Downloading the repository files using the GitHub REST API`)
core.info(
`Add git Git version ${gitCommandManager.MinimumGitVersion} was not found in the PATH.`
)
core.info(
`Instead downloading the repository files using the GitHub REST API.`
`To create a local repository instead, add Git ${gitCommandManager.MinimumGitVersion} or higher to the PATH`
)
await githubApiHelper.downloadRepository(
settings.accessToken,