File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 curl \
2020 -X POST \
2121 -H 'Content-Type: application/json' \
22- -d '{"type": "issues_opened", "id": "${{ github.event.issue.id }}", "title": "${{ github.event.issue.title }}"}' \
22+ -d '{"type": "issues_opened", "id": "${{ github.event.issue.number }}", "title": "${{ github.event.issue.title }}"}' \
2323 ${{ secrets.CI_SLACK_WEBHOOK_URL }}
2424
2525 on-issue-closed :
3131 curl \
3232 -X POST \
3333 -H 'Content-Type: application/json' \
34- -d '{"type": "issues_closed", "id": "${{ github.event.issue.id }}", "title": "${{ github.event.issue.title }}"}' \
34+ -d '{"type": "issues_closed", "id": "${{ github.event.issue.number }}", "title": "${{ github.event.issue.title }}"}' \
3535 ${{ secrets.CI_SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments