Skip to content

Commit

Permalink
Update stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Nov 21, 2024
1 parent 04a0ef6 commit 77e71c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
});
for (let i = comments.length - 1; i >= 0; i--) {
if (comments[i].body.includes("APK & AAB differences analysis")) {
if (comments[i].body.includes("# APK & AAB differences analysis")) {
const latestComment = comments[i];
const commentBody = latestComment.body;
const commentDate = latestComment.created_at;
Expand Down Expand Up @@ -87,6 +87,7 @@ jobs:
if(recentCommitsCount > 0 || !latestCommentDate) {
core.setOutput("new_commits", "true");
} else {
console.log("No new commits since the last APK & AAB report; Skipping redundant analysis.");
core.setOutput("new_commits", "false");
}
Expand Down

0 comments on commit 77e71c5

Please sign in to comment.