mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-21 05:15:30 +01:00
Add GitHub Action to check sending Telegram notifications
This commit is contained in:
parent
c58ecd5264
commit
ab7424e25a
18
.github/workflows/test-sending-notifications.yml
vendored
Normal file
18
.github/workflows/test-sending-notifications.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Test sending notifications
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types:
|
||||
- test-sample-notification
|
||||
|
||||
jobs:
|
||||
send_sampe_notification:
|
||||
name: Send sample notification
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
message: Sample notification from GitHub Action of https://github.com/mlocati/docker-php-extension-installer
|
Loading…
x
Reference in New Issue
Block a user