Skip to content

Commit

Permalink
Update log script
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 23, 2023
1 parent aa24b1a commit f40358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
for (const dep of file.deps) {
for (const update of dep.updates) {
console.log(
` - "${dep.depName}" from ${dep.currentValue} to ${update.newVersion}`
` - ${dep.datasource} "${dep.depName}" from ${dep.currentVersion} to ${update.newVersion}`
);
}
}
Expand Down

0 comments on commit f40358f

Please sign in to comment.