From 6a2b15c6f6487b4db16f10d8ec69bb8bf91dcabd Mon Sep 17 00:00:00 2001 From: Lucas Machado Date: Tue, 10 Oct 2023 15:47:00 +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 6488b30501..7f8cc94241 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!"); }