test commit

This commit is contained in:
Aleksandr S 2022-03-03 18:13:28 +03:00 committed by pk1411
parent 1411dff19f
commit 5807e90d6e

View File

@ -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();