test commit

This commit is contained in:
Aleksandr S 2022-03-03 18:13:28 +03:00
parent bab582ed11
commit 221d2caf01

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