Skip to content

Commit

Permalink
Update validation-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmlp committed Oct 10, 2023
1 parent 2871c76 commit 6a2b15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if (thumbsUpReaction) {
console.log("The validation comment by github-actions[bot] has the required thumbs-up reaction.");
} else {
const createdAt = new Date(latestValidationComment.created_at).toLocaleString('en-US', { timeZoneName: 'short' });
console.error("Failed Check - Comment Created At:", createdAt);
core.setFailed("The latest validation comment by github-actions[bot] does not have the required thumbs-up reaction!");
}
Expand Down

0 comments on commit 6a2b15c

Please sign in to comment.