Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed May 12, 2024
1 parent d0f2fda commit 5ac686a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ jobs:
- name: "Synthesize event file"
run: |
echo \
'{ \
"pull_request": { \
"head": { \
"sha": "${{ steps.get-pr.outputs.head_sha }}", \
"repo": { \
"full_name": "${{ steps.get-pr.outputs.head_repo }}" \
} \
} \
} \
'{
"pull_request": {
"head": {
"sha": "${{ steps.get-pr.outputs.head_sha }}",
"repo": {
"full_name": "${{ steps.get-pr.outputs.head_repo }}"
}
}
}
}' >event-file.json
- name: "Publish test results"
Expand Down

0 comments on commit 5ac686a

Please sign in to comment.