remove .github
This commit is contained in:
parent
c8d0666d1d
commit
35d88c49ad
1 changed files with 0 additions and 19 deletions
19
.github/workflows/notify.yml
vendored
19
.github/workflows/notify.yml
vendored
|
@ -1,19 +0,0 @@
|
|||
name: telegram message
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: send telegram message on push
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
disable_web_page_preview: true
|
||||
format: html
|
||||
message: |
|
||||
<b>new commit created</b> (<code>${{ github.actor }}</code>)
|
||||
<i>${{ github.event.commits[0].message }}</i>
|
||||
|
||||
<a href='https://github.com/${{ github.repository }}/commit/${{github.sha}}'>see changes</a>
|
Loading…
Add table
Add a link
Reference in a new issue