mirror of https://git.rancher.io/charts
Update validation-check.yaml
parent
68d3ae9b46
commit
b926f0b165
|
@ -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!");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue