Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Nov 29, 2024
1 parent 622a441 commit bc87923
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/_reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bc87923

Please sign in to comment.