diff --git a/.github/workflows/on_tag_workflow.yml b/.github/workflows/on_tag_workflow.yml index 9cf573e8..13f84bf4 100644 --- a/.github/workflows/on_tag_workflow.yml +++ b/.github/workflows/on_tag_workflow.yml @@ -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: @@ -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: @@ -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: @@ -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:'