Skip to content

Commit

Permalink
Add head sha
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 16, 2023
1 parent d0fc46a commit 39a953f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/solution-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down Expand Up @@ -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 }}",
Expand Down

0 comments on commit 39a953f

Please sign in to comment.