wikijs-fork/.github/workflows/telegram.yml

19 lines
477 B
YAML
Raw Normal View History

2022-06-20 03:10:41 +00:00
name: Telegram Test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Notify Telegram Channel
uses: appleboy/telegram-action@v0.1.1
2022-06-20 03:10:41 +00:00
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.