Skip to content

Commit

Permalink
fix: Generation dispatch client-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Dec 9, 2024
1 parent 4e6b186 commit e4fa6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-backend-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
event-type: generate-sdk
client-payload: >
{
"actor": "${{ github.event.pull_request.user.login }}"
"actor": "${{ github.event.pull_request.user.login }}",
"id": "${{ github.event.pull_request.number }}",
"url": "${{ github.event.pull_request.html_url }}",
"title": "${{ github.event.pull_request.title }}",
"description": "${{ github.event.pull_request.body }}",
"description": "${{ github.event.pull_request.body }}"
}

0 comments on commit e4fa6ca

Please sign in to comment.