Updated assets

This commit is contained in:
Tonye Jack 2023-05-23 01:04:18 -06:00
parent ca5582c5e2
commit d99c0ae3f3
2 changed files with 3 additions and 1 deletions

2
dist/index.js generated vendored
View File

@ -790,6 +790,7 @@ function run() {
core.info('Running on a pull request event...'); core.info('Running on a pull request event...');
shaResult = yield (0, commitSha_1.getSHAForPullRequestEvent)(inputs, env, workingDirectory, isShallow, hasSubmodule, gitExtraArgs); shaResult = yield (0, commitSha_1.getSHAForPullRequestEvent)(inputs, env, workingDirectory, isShallow, hasSubmodule, gitExtraArgs);
} }
core.info(`Retrieving changes between ${shaResult.previousSha} (${shaResult.targetBranch}) → ${shaResult.currentSha} (${shaResult.currentBranch})`);
const filePatterns = yield (0, utils_1.getFilePatterns)({ const filePatterns = yield (0, utils_1.getFilePatterns)({
inputs inputs
}); });
@ -1040,6 +1041,7 @@ function run() {
inputs inputs
}); });
} }
core.info('All Done!');
core.endGroup(); core.endGroup();
}); });
} }

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long