We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb5e42 commit 5a9fed6Copy full SHA for 5a9fed6
1 file changed
.github/scripts/check-updates.mjs
@@ -140,6 +140,7 @@ async function main() {
140
console.log(` Latest commit message: "${latestCommit.commit.message.split('\n')[0]}"`);
141
}
142
console.log(` 🔄 UPDATE AVAILABLE!`);
143
+ console.log(` 📄 Compare commits: https://github.com/${metadata.owner}/${metadata.repo}/compare/${metadata.commit}...${latestCommit.sha}`);
144
updatesAvailable++;
145
146
// Get file paths to track
0 commit comments