mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 17:33:51 +01:00
Switch to #github for integration test messages
This commit is contained in:
parent
c9f9f9691d
commit
5f44c3147d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration_test.yaml
vendored
2
.github/workflows/integration_test.yaml
vendored
|
|
@ -39,6 +39,6 @@ jobs:
|
|||
curl -X POST https://beets.zulipchat.com/api/v1/messages \
|
||||
-u "${ZULIP_BOT_CREDENTIALS}" \
|
||||
-d "type=stream" \
|
||||
-d "to=general" \
|
||||
-d "to=github" \
|
||||
-d "subject=${GITHUB_WORKFLOW} - $(date -u +%Y-%m-%d)" \
|
||||
-d "content=[${GITHUB_WORKFLOW}#${GITHUB_RUN_NUMBER}](${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}) failed."
|
||||
|
|
|
|||
Loading…
Reference in a new issue