Skip to content

Commit

Permalink
fix: fix json formatting in dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Mar 8, 2024
1 parent 932b4eb commit ed8827d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
client-payload: |-
{
"repo": {
"name": "${{ github.repository }}"
},
"name": "${{ github.repository }}",
"owner": "${{ github.repository_owner }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"tag": "${{ steps.release.outputs.new_release_git_tag }}"
}
}

0 comments on commit ed8827d

Please sign in to comment.