From 5807e90d6e903a7895cc4282febc9ab98932fad0 Mon Sep 17 00:00:00 2001 From: Aleksandr S Date: Thu, 3 Mar 2022 18:13:28 +0300 Subject: [PATCH] test commit --- status-checks/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/status-checks/index.ts b/status-checks/index.ts index e3c91c00..97170601 100644 --- a/status-checks/index.ts +++ b/status-checks/index.ts @@ -11,6 +11,7 @@ function getCurrentCommitSha() { .toString() .trim(); } + // The SHA provied by GITHUB_SHA is the merge (PR) commit. // We need to get the current commit sha ourself. const sha = getCurrentCommitSha();