Skip to content

Commit

Permalink
Remote signing; fix JSON data
Browse files Browse the repository at this point in the history
This accidentally used a comma instead of a colon.
  • Loading branch information
kruton committed Sep 6, 2023
1 parent 0aab5db commit 5386b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
uses: joelwmale/webhook-action@ee20d8c79e728c2d339b114fd27772ee0226aa41
with:
url: ${{ secrets.SIGNER_WEBHOOK_URL }}
body: ${{ format('{{"TAG_ID", "{0}"}}', steps.name.outputs.GITHUB_TAG) }}
body: '{"TAG_ID": "${{ steps.name.outputs.GITHUB_TAG }}"}'

0 comments on commit 5386b50

Please sign in to comment.