From 39a953f939cb3ab93bfe0193d6e55f09da5e07da Mon Sep 17 00:00:00 2001 From: Pavel Vetokhin Date: Sat, 16 Sep 2023 10:50:38 +0300 Subject: [PATCH] Add head sha --- .github/workflows/solution-sanity.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/solution-sanity.yml b/.github/workflows/solution-sanity.yml index 8ecd6abd..28f624eb 100644 --- a/.github/workflows/solution-sanity.yml +++ b/.github/workflows/solution-sanity.yml @@ -39,6 +39,7 @@ jobs: await github.rest.checks.create({ owner: context.repo.owner, repo: context.repo.repo, + head_sha: context.sha, name: "codebase-checks", status: "completed", conclusion: "${{ steps.codebase.outcome }}", @@ -78,6 +79,7 @@ jobs: await github.rest.checks.create({ owner: context.repo.owner, repo: context.repo.repo, + head_sha: context.sha, name: "unit-tests", status: "completed", conclusion: "${{ steps.binaries.outcome }}",