Merge branch 'master' of https://github.com/tailsjs/brawl-stars-assets
This commit is contained in:
commit
e2aa68278a
1 changed files with 17 additions and 0 deletions
17
.github/workflows/blank.yml
vendored
Normal file
17
.github/workflows/blank.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
name: telegram message
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
name: Build
|
||||||
|
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 }}
|
||||||
|
message: |
|
||||||
|
${{ github.actor }} pushed ${{ github.event.commits[0].message }} (${{github.sha}})
|
||||||
|
|
||||||
|
https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
||||||
Loading…
Add table
Reference in a new issue