Public Access
1
0
mirror of https://github.com/actions/checkout.git synced 2025-11-17 14:29:51 +00:00
This commit is contained in:
eric sciple
2019-12-09 19:26:59 -05:00
parent c124b3fb75
commit 255d69d4c5
3 changed files with 8 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ export async function getSource(settings: ISourceSettings): Promise<void> {
if (!git || `${1}` == '1') {
core.info(
`Git version ${gitCommandManager.MinimumGitVersion} was not found in the PATH.`
`Add git Git version ${gitCommandManager.MinimumGitVersion} was not found in the PATH.`
)
core.info(
`Instead downloading the repository files using the GitHub REST API.`