Skip to content

Commit

Permalink
setting head_sha value to context.sha instead of github.context.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mchinta7 committed Jan 19, 2024
1 parent 4c78b7c commit 07b9e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
const { data: result } = await github.rest.checks.create({
...context.repo,
name: process.env.validate_job_name,
head_sha: context.sha,
status: 'completed',
conclusion: process.env.conclusion,
details_url: url,
Expand Down

0 comments on commit 07b9e85

Please sign in to comment.