mirror of https://github.com/actions/toolkit
Fix typo
parent
b8bef557c0
commit
4166af5b3e
|
@ -42,7 +42,7 @@ jobs:
|
||||||
ref: 'refs/tags/${{ needs.test.outputs.tag }}',
|
ref: 'refs/tags/${{ needs.test.outputs.tag }}',
|
||||||
sha: '${{ needs.test.outputs.sha }}'
|
sha: '${{ needs.test.outputs.sha }}'
|
||||||
})
|
})
|
||||||
- name: notify slack on failure
|
# - name: notify slack on failure
|
||||||
# if: failure()
|
# if: failure()
|
||||||
# run: |
|
# run: |
|
||||||
# curl -X POST -H 'Content-type: application/json' --data '{"text":":pb__failed: Publish of ${{ github.event.inputs.package }} was successful, but failed to tag commit ${{ needs.test.outputs.sha }} with version ${{ needs.test.outputs.tag }}"}' $SLACK_WEBHOOK
|
# curl -X POST -H 'Content-type: application/json' --data '{"text":":pb__failed: Publish of ${{ github.event.inputs.package }} was successful, but failed to tag commit ${{ needs.test.outputs.sha }} with version ${{ needs.test.outputs.tag }}"}' $SLACK_WEBHOOK
|
||||||
|
|
Loading…
Reference in New Issue