File tree Expand file tree Collapse file tree 12 files changed +17
-17
lines changed
Expand file tree Collapse file tree 12 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7878
7979 - name : Slack Notification on Failure
8080 if : ${{ failure() }}
81- uses : rtCamp/action-slack-notify@v2.3.0
81+ uses : rtCamp/action-slack-notify@v2.3.2
8282 env :
8383 SLACK_TITLE : " 1/2b. - Bumping versions for 'extension only' failed :x:"
8484 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 6363
6464 - name : Slack Notification on Failure
6565 if : ${{ failure() }}
66- uses : rtCamp/action-slack-notify@v2.3.0
66+ uses : rtCamp/action-slack-notify@v2.3.2
6767 env :
6868 SLACK_TITLE : ' 1/2c. - Promoting patch branch to stable failed :x:'
6969 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 6060
6161 - name : Slack Notification on Failure
6262 if : ${{ failure() }}
63- uses : rtCamp/action-slack-notify@v2.3.0
63+ uses : rtCamp/action-slack-notify@v2.3.2
6464 env :
6565 SLACK_TITLE : ' 1. Checking for Prisma CLI Update failed :x:'
6666 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 8989
9090 - name : Slack Notification on Failure
9191 if : ${{ failure() }}
92- uses : rtCamp/action-slack-notify@v2.3.0
92+ uses : rtCamp/action-slack-notify@v2.3.2
9393 env :
9494 SLACK_TITLE : ' 2. Bumping versions failed :x:'
9595 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 9898
9999 - name : Slack Notification on Failure
100100 if : ${{ failure() || needs.tests.result == 'failure' || needs.bump.result == 'failure' }}
101- uses : rtCamp/action-slack-notify@v2.3.0
101+ uses : rtCamp/action-slack-notify@v2.3.2
102102 env :
103103 SLACK_TITLE : ' 3. Test Language Server and publish failed :x:'
104104 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 7777
7878 - name : Slack Notification on Failure
7979 if : ${{ failure() }}
80- uses : rtCamp/action-slack-notify@v2.3.0
80+ uses : rtCamp/action-slack-notify@v2.3.2
8181 env :
8282 SLACK_TITLE : ' 4. Bumping LS in VSCode extension failed :x:'
8383 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change 7777
7878 - name : Slack Notification on Failure
7979 if : ${{ failure() || needs.tests.result == 'failure' }}
80- uses : rtCamp/action-slack-notify@v2.3.0
80+ uses : rtCamp/action-slack-notify@v2.3.2
8181 env :
8282 SLACK_TITLE : ' 5. Integration tests in VSCode folder with published LS failed :x:'
8383 SLACK_COLOR : ' #FF0000'
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Slack Notification on Failure
118118 if : ${{ failure() || needs.build.result == 'failure' }}
119- uses : rtCamp/action-slack-notify@v2.3.0
119+ uses : rtCamp/action-slack-notify@v2.3.2
120120 env :
121121 SLACK_TITLE : ' 6. Release failed :x:'
122122 SLACK_COLOR : ' #FF0000'
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Slack Notification on Success
127127 if : ${{ success() && needs.build.result == 'success' }}
128- uses : rtCamp/action-slack-notify@v2.3.0
128+ uses : rtCamp/action-slack-notify@v2.3.2
129129 env :
130130 SLACK_TITLE : ' 6. Release was successful :white_check_mark:'
131131 SLACK_COLOR : ' #008000'
Original file line number Diff line number Diff line change 6262
6363 - name : Slack Notification on Failure
6464 if : ${{ failure() }}
65- uses : rtCamp/action-slack-notify@v2.3.0
65+ uses : rtCamp/action-slack-notify@v2.3.2
6666 env :
6767 SLACK_TITLE : ' 7. Publishing to marketplace failed :x:'
6868 SLACK_COLOR : ' #FF0000'
7171
7272 - name : Slack Notification on Success
7373 if : ${{ success() }}
74- uses : rtCamp/action-slack-notify@v2.3.0
74+ uses : rtCamp/action-slack-notify@v2.3.2
7575 env :
7676 SLACK_TITLE : ' 7. Published to marketplace :white_check_mark:'
7777 SLACK_COLOR : ' #008000'
@@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Slack Notification on Failure
116116 if : ${{ failure() }}
117- uses : rtCamp/action-slack-notify@v2.3.0
117+ uses : rtCamp/action-slack-notify@v2.3.2
118118 env :
119119 SLACK_TITLE : ' 7. Publishing to open-vsx failed :x:'
120120 SLACK_COLOR : ' #FF0000'
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Slack Notification on Success
125125 if : ${{ success() }}
126- uses : rtCamp/action-slack-notify@v2.3.0
126+ uses : rtCamp/action-slack-notify@v2.3.2
127127 env :
128128 SLACK_TITLE : ' 7. Published to open-vsx :white_check_mark:'
129129 SLACK_COLOR : ' #008000'
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Slack Notification on Failure
113113 if : ${{ failure() || needs.build.result == 'failure' }}
114- uses : rtCamp/action-slack-notify@v2.3.0
114+ uses : rtCamp/action-slack-notify@v2.3.2
115115 env :
116116 SLACK_TITLE : ' PR Build extension failed :x:'
117117 SLACK_COLOR : ' #FF0000'
You can’t perform that action at this time.
0 commit comments