mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 20:08:59 +08:00
add run url to notification
This commit is contained in:
parent
00a43afbae
commit
cfd5350fa1
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user