From 7fc15d750e380e4c7aec0bc70849c47070087f4a Mon Sep 17 00:00:00 2001 From: macmade Date: Tue, 5 Mar 2024 20:25:02 +0100 Subject: [PATCH] chore: Removed the slack action --- .github/workflows/ci-mac.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci-mac.yaml b/.github/workflows/ci-mac.yaml index 77606fc..ba97293 100644 --- a/.github/workflows/ci-mac.yaml +++ b/.github/workflows/ci-mac.yaml @@ -15,12 +15,3 @@ jobs: submodules: 'recursive' - uses: macmade/action-xcodebuild@v1.0.0 - - - uses: macmade/action-slack@v1.0.0 - if: ${{ always() }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - with: - channel: '#ci' - status: ${{ job.status }} - title: ${{ matrix.run-config[ 'scheme' ] }} - ${{ matrix.run-config[ 'configuration' ] }}