We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df7d97 commit 3cd7442Copy full SHA for 3cd7442
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
139
- name: Slack Notification
140
uses: rtCamp/action-slack-notify@v2
141
- if: ${{ github.ref == 'refs/heads/develop' || github.event.pull_request.base.ref == '/develop'}}
+ if: ${{ github.ref == 'refs/heads/develop' || github.event.pull_request.base.ref == 'develop'}}
142
env:
143
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
144
SLACK_COLOR: 'success'
0 commit comments