add run url to notification

This commit is contained in:
bdbch 2024-06-27 18:08:34 +02:00
parent 00a43afbae
commit cfd5350fa1

View File

@ -64,7 +64,7 @@ jobs:
with: with:
payload: | payload: |
{ {
"message": "[Tiptap Editor Release]: There was an issue publishing a new version." "message": "[Tiptap Editor Release]: There was an issue publishing a new version. You can find the logs here: https://github.com/ueberdosis/tiptap/actions/runs/${{ github.run_id }}"
} }
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}