Skip to content

Commit

Permalink
Update pr-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppatel1604 authored May 25, 2024
1 parent c53b9ac commit 21cad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
const prNumber = context.payload.pull_request.number;
const commitSha = context.payload.pull_request.head.sha;
const contextName = process.env.GITHUB_JOB;
const contextName = process.env.GITHUB_WORKFLOW;
// Create a status check
await github.rest.repos.createCommitStatus({
Expand Down

0 comments on commit 21cad1d

Please sign in to comment.