From bc87923e75cdc716f5449394c1408c7b278b6fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Benaiteau?= Date: Fri, 29 Nov 2024 17:32:27 +0100 Subject: [PATCH] format --- .github/workflows/_reusable_run_tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_reusable_run_tests.yml b/.github/workflows/_reusable_run_tests.yml index 8a17ceaaa7..1ee9acf278 100644 --- a/.github/workflows/_reusable_run_tests.yml +++ b/.github/workflows/_reusable_run_tests.yml @@ -178,14 +178,15 @@ jobs: id: get_commit_sha run: echo "commit_sha=$(git rev-parse HEAD)" >> $GITHUB_ENV - - name: Notify on Wire + - name: Notify on Wire for iOS Nightly 🤖 uses: 8398a7/action-slack@v3 if: ${{ inputs.all }} with: status: ${{ job.status }} text: | - IGNORE TEST: Tests for '${{ inputs.branch }}' - commit: https://github.com/wireapp/wire-ios-mono/commit/${{ env.commit_sha }} + **Tests for **${{ inputs.branch }}'** + + **Commit:** [${{ env.commit_sha }}](https://github.com/wireapp/wire-ios-mono/commit/${{ env.commit_sha }}) **Triggered by:** ${{ github.triggering_actor }} **Build log:** ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}