parent
40cdf2018d
commit
b1e3c334f0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ jobs:
|
|||
webhook-type: webhook-trigger
|
||||
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 }}",
|
||||
"version": "${{ env.VERSION }}",
|
||||
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue