diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 92b8ceaed..1cb921c14 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -43,7 +43,7 @@ jobs: - uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} - text: "šŸš¢ The new release has been shipped! šŸŽ‰\n\n<@iosteam>, don't forget to merge `main` to `develop` from `localhost` using the command: `bundle exec fastlane merge_main`" + text: "šŸŽ‰ The new release has been shipped! šŸš¢\n\nāš ļø <@iosteam>, don't forget to merge `main` to `develop` from `localhost` using the command: `bundle exec fastlane merge_main`" fields: repo env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}