From 699ccc648de373ea902a4916da862ec5dbfbc9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Velez?= <108719853+QuaNilo@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:48:45 +0000 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b6789f..5340a1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,13 +26,11 @@ jobs: - name: Run Unit Tests run: ./gradlew test - - - name: 'Sending SMS Notification' - uses: twilio-labs/actions-sms@v1 + + - name: Discord notification + uses: cl8dep/action-discord@v0 with: - fromPhoneNumber: ${{secrets.TWILIO_FROM_NUMBER}} - toPhoneNumber: ${{secrets.XICO_NUMBER}} - message: 'Olá Francisco' - env: - TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }} - TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }} + webhook: ${{ secrets.DISCORD_WEBHOOK }} + message: '104 Kilos de formusura' + username: 'A tua mãe' + avatar: 'https://i.pinimg.com/originals/a8/91/8a/a8918a2421977089bc5c167158cff466.png'