Skip to content

Commit

Permalink
Fix notification message (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob authored Jun 11, 2024
1 parent 200bd27 commit 744d7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-helm-chart-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
SLACK_CHANNEL: C06GJA56C5S # selfhosted-internal
run: |
curl -F "text=:warning: Hey <!here>! Self Hosted Helm Chart requested resources have changed in <https://github.com/CartoDB/carto-selfhosted-helm/pull/${{ github.event.pull_request.number }}|this PR>. Check that the documentation is updated with the new values!" \
curl -F "text=:warning: Hey <!here>! Self Hosted Helm Chart requested resources have changed. Check that the documentation is updated with the new values!" \
-F "channel=${SLACK_CHANNEL}" \
-H "Authorization: Bearer ${{ secrets.SLACK_KEY }}" \
-X POST https://slack.com/api/chat.postMessage

0 comments on commit 744d7de

Please sign in to comment.