File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Slack Notification of CI Status
2
2
3
3
on :
4
4
push :
5
- branches : ["feature/raisa-cicd "]
5
+ branches : ["main "]
6
6
pull_request :
7
- branches : ["feature/raisa-cicd "]
7
+ branches : ["main "]
8
8
9
9
jobs :
10
10
slackNotification :
17
17
uses : slackapi/slack-github-action@v1.24.0
18
18
with :
19
19
channel-id : ' C067F896WG5'
20
- slack-message : " Github CI Result: ${{ job.status }}\n ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
20
+ slack-message : " Github CI Result: ${{ job.status }}\n Github PR/Commit URL: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
21
21
env :
22
22
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
23
23
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments