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 }}",