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 30e4abc commit e879c32
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 @@ -43,7 +43,7 @@ jobs:
const contextName = process.env.GITHUB_WORKFLOW;
const workflowRun = await github.actions.getWorkflowRun({
const workflowRun = await github.rest.actions.getWorkflowRun({
owner: repoOwner,
repo: repoName,
run_id: runId
Expand Down

0 comments on commit e879c32

Please sign in to comment.