mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
Update dist/
This commit is contained in:
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
@@ -12921,8 +12921,10 @@ function run() {
|
||||
core.info('Parsing Dependabot metadata/');
|
||||
const updatedDependencies = parse(commitMessage);
|
||||
if (updatedDependencies.length > 0) {
|
||||
core.info("Outputting metadata to 'updated-dependencies'.");
|
||||
core.setOutput('updated-dependencies', updatedDependencies);
|
||||
core.info(`Outputting metadata for the update to '${updatedDependencies[0].dependencyName}'.`);
|
||||
core.setOutput('dependency-name', updatedDependencies[0].dependencyName);
|
||||
core.setOutput('dependency-type', updatedDependencies[0].dependencyType);
|
||||
core.setOutput('update-type', updatedDependencies[0].updateType);
|
||||
}
|
||||
else {
|
||||
core.info('PR does not contain metadata, nothing to do.');
|
||||
|
||||
Reference in New Issue
Block a user