parent
40cdf2018d
commit
b1e3c334f0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ jobs:
|
||||||
webhook-type: webhook-trigger
|
webhook-type: webhook-trigger
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"status": "${{ (steps.pypi-publish.outcome == 'failure' || steps.pypi-publish.outcome == 'failure') && 'Failed' || 'Success' }}",
|
"status": "${{ job.status == 'failure' || job.status == 'cancelled' && 'Failed' || 'Success' }}",
|
||||||
"package": "${{ env.PACKAGE_NAME }}",
|
"package": "${{ env.PACKAGE_NAME }}",
|
||||||
"version": "${{ env.VERSION }}",
|
"version": "${{ env.VERSION }}",
|
||||||
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue