Added missing changes and modified dist assets.
This commit is contained in:
parent
8a7b17f65f
commit
8754808dc6
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -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
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user