mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-24 12:25:34 +00:00
.
This commit is contained in:
parent
bb56c8569a
commit
19fb09ae8f
2 changed files with 4 additions and 6 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -5101,8 +5101,8 @@ function getSource(settings) {
|
|||
yield prepareExistingDirectory(git, settings.repositoryPath, repositoryUrl, settings.clean);
|
||||
}
|
||||
if (!git || `${1}` == '1') {
|
||||
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.`);
|
||||
core.info(`Downloading the repository files using the GitHub REST API`);
|
||||
core.info(`To create a local repository instead, add Git ${gitCommandManager.MinimumGitVersion} or higher to the PATH`);
|
||||
yield githubApiHelper.downloadRepository(settings.accessToken, settings.repositoryOwner, settings.repositoryName, settings.ref, settings.commit, settings.repositoryPath);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue