Skip to content

Commit 07f1563

Browse files
chore(dependabot): bump megamegax/slack_action from 0.2.3 to 0.3.1
Bumps [megamegax/slack_action](https://github.com/megamegax/slack_action) from 0.2.3 to 0.3.1. - [Release notes](https://github.com/megamegax/slack_action/releases) - [Commits](megamegax/slack_action@0.2.3...0.3.1) --- updated-dependencies: - dependency-name: megamegax/slack_action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94a2ff6 commit 07f1563

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on_tag_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: setup RELEASE_VERSION
157157
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
158158
- name: Slack Notification - CI
159-
uses: megamegax/slack_action@0.2.3
159+
uses: megamegax/slack_action@0.3.1
160160
env:
161161
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }}
162162
with:
@@ -167,7 +167,7 @@ jobs:
167167
user_icon: '${{env.SLACK_ICON}}'
168168
actions: '[{ "type": "button", "text": "View actions", "url": "https://github.com/emartech/android-emarsys-sdk/actions" },{ "type": "button", "text": "View Firebase", "url": "https://console.firebase.google.com/project/ems-mobile-sdk/testlab/histories/" },{ "type": "button", "text": "Install page", "url": "http://ems-mobileteam-artifacts.s3-website-eu-west-1.amazonaws.com/index-ems.html" }]'
169169
- name: Slack Notification - SDK Channel
170-
uses: megamegax/slack_action@0.2.3
170+
uses: megamegax/slack_action@0.3.1
171171
env:
172172
SLACK_WEBHOOK: ${{ secrets.SLACK_TEAM_MOBILE_SDK_CHANNEL_WEBHOOK }}
173173
with:
@@ -178,7 +178,7 @@ jobs:
178178
user_icon: '${{env.SLACK_ICON}}'
179179
actions: '[{ "type": "button", "text": "View actions", "url": "https://github.com/emartech/android-emarsys-sdk/actions" },{ "type": "button", "text": "View Firebase", "url": "https://console.firebase.google.com/project/ems-mobile-sdk/testlab/histories/" },{ "type": "button", "text": "Install page", "url": "http://ems-mobileteam-artifacts.s3-website-eu-west-1.amazonaws.com/index-ems.html" }]'
180180
- name: Slack Notification - Mobile Apps Channel
181-
uses: megamegax/slack_action@0.2.3
181+
uses: megamegax/slack_action@0.3.1
182182
env:
183183
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_APPS_CHANNEL_WEBHOOK }}
184184
with:
@@ -232,7 +232,7 @@ jobs:
232232
- name: Slack Notification
233233
env:
234234
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }}
235-
uses: megamegax/slack_action@0.2.3
235+
uses: megamegax/slack_action@0.3.1
236236
with:
237237
channel: '${{env.SLACK_CHANNEL}}'
238238
message: 'Release failed! :man-gesturing-no: :blobcatfearful:'

0 commit comments

Comments
 (0)