mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-28 15:45:34 +03:00
Update telegram-master.yml
This commit is contained in:
parent
220578266b
commit
c1bc1de833
16
.github/workflows/telegram-master.yml
vendored
16
.github/workflows/telegram-master.yml
vendored
@ -1 +1,17 @@
|
|||||||
|
name: telegram-notifier
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update:
|
||||||
|
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Notify
|
||||||
|
run: curl -s -X POST ${{ secrets.TLG_URL }} -d chat_id=${{ secrets.TLG_CHAT }} -d text="${{ secrets.TLG_TEXT }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user