Notify PHP 8.1 monitoring failures to the Telegram channel

pull/373/head
Michele Locati 2021-07-01 12:41:48 +02:00
parent f60a336f8f
commit d253bbb88d
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 7 additions and 0 deletions

View File

@ -26,3 +26,10 @@ jobs:
uses: actions/checkout@v1
- name: Test extensions
run: ./scripts/ci-test-extensions all
- name: Notify failures
if: failure()
uses: appleboy/telegram-action@master
with:
token: ${{ secrets.TELEGRAM_TOKEN }}
to: ${{ secrets.TELEGRAM_TO }}
message: Testing packages against PHP 8.1 failed on https://github.com/mlocati/docker-php-extension-installer