diff --git a/.github/workflows/verify_studio_daily.yml b/.github/workflows/verify_studio_daily.yml index 418e6ab..c530518 100644 --- a/.github/workflows/verify_studio_daily.yml +++ b/.github/workflows/verify_studio_daily.yml @@ -51,7 +51,8 @@ jobs: - name: Slack Notification (Always) if: always() run: | - PAYLOAD='{"status": "success", "message": "test message", "link": "https://www.google.com", "repository": "apicurio-3scale-gitops"}' + MESSAGE="Studio integration tests passed successfully." + PAYLOAD="{\"status\": \"success\", \"message\": \"$MESSAGE\", \"link\": \"https://www.google.com\", \"repository\": \"apicurio-3scale-gitops\"}" curl -X POST -H "Content-Type: application/json" -d "$PAYLOAD" ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }} - name: Google Chat Notification (Error)