Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 20, 2023
1 parent 1a12acd commit 366bb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
const actions_run = (await github.rest.actions.getWorkflowRun({
owner : context.repo.owner,
repo : context.repo.repo,
run_id : context.runId,
run_id : context.runId
})).data;
context.payload.workflow_run.pull_requests.forEach(pr => {
github.rest.issues.createComment({
Expand Down

0 comments on commit 366bb95

Please sign in to comment.