Skip to content

Commit ef330ff

Browse files
committed
Fix payload
1 parent 7e3d2b4 commit ef330ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/integrations/github-repository-dispatch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
"buildId": "${{ github.event.client_payload.argos.build.id }}",
279279
"buildUrl": "${{ github.event.client_payload.argos.build.url }}",
280280
"commit": "${{ github.event.client_payload.argos.build.commit }}",
281-
"pr": ${{ github.event.client_payload.argos.build.prNumber }}
281+
"pr": ${{ toJSON(github.event.client_payload.argos.build.prNumber) }}
282282
}'
283283
```
284284

0 commit comments

Comments
 (0)