Skip to content

Commit

Permalink
chore: Fix broken trailing comma (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ae3ead0 commit 3e6083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
client-payload: |-
{
"repo": "${{ inputs.repo }}",
"pr": "${{ inputs.pr }}",
"pr": "${{ inputs.pr }}"
}

0 comments on commit 3e6083e

Please sign in to comment.