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 4ae3368 commit 411e91eCopy full SHA for 411e91e
.github/workflows/slack-notify.yml
@@ -2,9 +2,9 @@ name: Slack Notification of CI Status
2
3
on:
4
push:
5
- branches: ["feature/raisa-cicd"]
+ branches: ["main"]
6
pull_request:
7
8
9
jobs:
10
slackNotification:
@@ -17,7 +17,7 @@ jobs:
17
uses: slackapi/[email protected]
18
with:
19
channel-id: 'C067F896WG5'
20
- slack-message: "Github CI Result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
+ slack-message: "Github CI Result: ${{ job.status }}\nGithub PR/Commit URL: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
21
env:
22
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
23
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments