Skip to content

Commit

Permalink
Testing webhook for slack on test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinisukale committed Sep 27, 2023
1 parent 4a29b93 commit 6babcd1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Ruby Gem
on:
push:
branches:
- "master"
- "issue-152-slack-notify"
jobs:
ci:
uses: ./.github/workflows/ci.yml
Expand All @@ -14,10 +14,4 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Notify Slack
uses: adamkdean/simple-slack-notify@1.0.4
with:
channel: '#ops'
username: 'GitHub Actions'
color: 'good'
text: 'A new version of the bolognese gem is ready for release.'

run: echo "SLACK_WEBHOOK_URL is $SLACK_WEBHOOK_URL"

0 comments on commit 6babcd1

Please sign in to comment.