1
0
Fork 0

Fix indent

pull/1365/head
Ferenc Hammerl 2023-03-07 10:44:40 +00:00
parent 3645c84be9
commit 301e5cd5de
1 changed files with 5 additions and 5 deletions

View File

@ -100,9 +100,9 @@ jobs:
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
env: env:
SLACK_WEBHOOK: ${{ secrets.SLACK }} SLACK_WEBHOOK: ${{ secrets.SLACK }}