Skip to content

Commit 3e6083e

Browse files
chore: Fix broken trailing comma (#1121)
1 parent ae3ead0 commit 3e6083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
client-payload: |-
6161
{
6262
"repo": "${{ inputs.repo }}",
63-
"pr": "${{ inputs.pr }}",
63+
"pr": "${{ inputs.pr }}"
6464
}

0 commit comments

Comments
 (0)