Skip to content

fix(deps): update all non-major dependencies #47

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #47

Workflow file for this run

name: Notifier
on:
push:
branches: [ main ]
jobs:
notifyTelegram:
runs-on: ubuntu-latest
steps:
- name: send custom message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
GitHub commit: *${{ github.event.commits[0].message }}*
Committed by ${{ github.actor }} to ${{ github.repository }}
[view details](https://github.com/${{ github.repository }}/commit/${{github.sha}})