Skip to content

Commit

Permalink
test message
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Mar 6, 2025
1 parent 08dde38 commit 250a64a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test-aws-sdk-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,28 @@ jobs:
set -x
cd ./noobaa-core
make test-aws-sdk-clients
# this should be removed
- name: Test slack webhook
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
payload: |
text: "Hello world (Shira is testing webhook)"
# this should be added
# later we would add the if: ${{ failure() }} condition
# - name: Post a message in a channel
# uses: slackapi/[email protected]
# with:
# webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
# webhook-type: incoming-webhook
# payload: |
# text: "*GitHub Action Test AWS SDK Clients Result*: ${{ job.status }}\n"
# blocks:
# - type: "section"
# text:
# type: "mrkdwn"
# text: "GitHub Action build result: ${{ job.status }}\n"

0 comments on commit 250a64a

Please sign in to comment.