Skip to content

Commit

Permalink
Debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 9, 2025
1 parent d908c08 commit d2e330f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify_studio_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2e330f

Please sign in to comment.