chore: adjust workflows

This commit is contained in:
Meta 2022-04-27 18:05:03 +08:00
parent 5a1e1050b7
commit e11f6f84df

View file

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