Update telegram-master.yml

This commit is contained in:
STAM 2021-01-16 17:33:14 +03:00 committed by GitHub
parent 220578266b
commit c1bc1de833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"