Skip to content

Commit

Permalink
Fix syntax error again
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 21, 2023
1 parent 6223b9a commit ffa9929
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 @@ -130,7 +130,7 @@ jobs:
})).data;
context.payload.workflow_run.pull_requests.forEach(pr => {
github.rest.issues.createComment({
issue_number: pr.number
issue_number: pr.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Failed to upload unit test results to DataDog. See ${actions_run.html_url} for details about the error.`
Expand Down

0 comments on commit ffa9929

Please sign in to comment.