From fc8cf919be3ee9dbefea1e5e032a914eb0b9be0b Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 15 Nov 2024 11:17:09 +0000 Subject: [PATCH] Test --- .github/workflows/smoke-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}