Unverified Commit 56457c85 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: add test telegram notify workflow

parent 0a1bc707
name: Telegram Test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Notify Telegram Channel
uses: appleboy/telegram-action@0.0.3
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
Wiki.js **2.5.284** has been released!
See [release notes](https://github.com/requarks/wiki/releases) for details.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment