Skip to content

Commit

Permalink
chore(dependabot): bump megamegax/slack_action from 0.2.3 to 0.3.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 826830c commit fe3da14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: setup RELEASE_VERSION
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Slack Notification - CI
uses: megamegax/slack_action@0.2.3
uses: megamegax/slack_action@0.3.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }}
with:
Expand All @@ -167,7 +167,7 @@ jobs:
user_icon: '${{env.SLACK_ICON}}'
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" }]'
- name: Slack Notification - SDK Channel
uses: megamegax/slack_action@0.2.3
uses: megamegax/slack_action@0.3.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_TEAM_MOBILE_SDK_CHANNEL_WEBHOOK }}
with:
Expand All @@ -178,7 +178,7 @@ jobs:
user_icon: '${{env.SLACK_ICON}}'
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" }]'
- name: Slack Notification - Mobile Apps Channel
uses: megamegax/slack_action@0.2.3
uses: megamegax/slack_action@0.3.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_APPS_CHANNEL_WEBHOOK }}
with:
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- name: Slack Notification
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_MOBILE_TEAM_CI_CHANNEL_WEBHOOK }}
uses: megamegax/slack_action@0.2.3
uses: megamegax/slack_action@0.3.1
with:
channel: '${{env.SLACK_CHANNEL}}'
message: 'Release failed! :man-gesturing-no: :blobcatfearful:'
Expand Down

0 comments on commit fe3da14

Please sign in to comment.