mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +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:
|
||||
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:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
Loading…
Reference in New Issue
Block a user