From b926f0b165875516c8638ad2096b7f7f248dbcea Mon Sep 17 00:00:00 2001 From: Lucas Machado Date: Tue, 10 Oct 2023 15:35:51 +0000 Subject: [PATCH] Update validation-check.yaml --- .github/workflows/validation-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validation-check.yaml b/.github/workflows/validation-check.yaml index 6488b3050..7f8cc9424 100644 --- a/.github/workflows/validation-check.yaml +++ b/.github/workflows/validation-check.yaml @@ -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!"); }