chore: adjust workflows
This commit is contained in:
parent
5a1e1050b7
commit
e11f6f84df
1 changed files with 12 additions and 12 deletions
24
.github/workflows/alpha.yml
vendored
24
.github/workflows/alpha.yml
vendored
|
@ -57,15 +57,15 @@ jobs:
|
||||||
files: bin/*
|
files: bin/*
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
- name: send telegram message on push
|
# - name: send telegram message on push
|
||||||
uses: appleboy/telegram-action@master
|
# uses: appleboy/telegram-action@master
|
||||||
with:
|
# with:
|
||||||
to: ${{ secrets.TTELEGRAM_CHAT_ID }}
|
# to: ${{ secrets.TTELEGRAM_CHAT_ID }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
# token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
message: |
|
# message: |
|
||||||
${{ github.actor }} created commit:
|
# ${{ github.actor }} created commit:
|
||||||
Commit message: ${{ github.event.commits[0].message }}
|
# Commit message: ${{ github.event.commits[0].message }}
|
||||||
|
#
|
||||||
Repository: ${{ github.repository }}
|
# Repository: ${{ github.repository }}
|
||||||
|
#
|
||||||
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
# See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
Loading…
Reference in a new issue