We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26a408 commit c69401bCopy full SHA for c69401b
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- name: Send POST request
10
run: |
11
- curl -X POST -H "Content-Type: application/json" -d '{"appId": $APP_ID, "releaseId": "${{ github.event.release.id }}"}' $WEBHOOK_URL
+ curl -X POST -H "Content-Type: application/json" -d '{"appId": $APP_ID, "repository": "${{ github.repository }}", "owner": "${{ github.event.repository.owner.login }}"}' $WEBHOOK_URL
12
env:
13
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
14
APP_ID: ${{ secrets.APP_ID }}
0 commit comments