Added missing changes and modified dist assets.

This commit is contained in:
GitHub Action 2023-06-23 03:50:49 +00:00
parent 8a7b17f65f
commit 8754808dc6
2 changed files with 5 additions and 1 deletions

4
dist/index.js generated vendored
View File

@ -1566,6 +1566,10 @@ function run() {
yield getChangedFilesFromRESTAPI({ inputs, env, workingDirectory });
}
else {
if (!hasGitDirectory) {
core.setFailed("Can't find local .git directory. Please run actions/checkout before this action");
return;
}
core.info('Running via local git');
yield getChangedFilesFromLocalGit({ inputs, env, workingDirectory });
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long