mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-28 15:45:34 +03:00
Create telegram-informer
This commit is contained in:
parent
8800abf736
commit
bc10d4e126
15
.github/workflows/telegram-informer
vendored
Normal file
15
.github/workflows/telegram-informer
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: telegram-informer
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update:
|
||||||
|
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Configure git
|
||||||
|
run: |
|
||||||
|
echo "Changes! Notify!"
|
||||||
|
curl -s --data-urlencode -X POST ${{ secrets.TLG_URL }} -d chat_id=${{ secrets.TLG_CHAT }} -d text="${{ secrets.TLG_TEXT }}" -d "parse_mode=HTML" >> /dev/null
|
Loading…
Reference in New Issue
Block a user