mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
chore: adjust workflows
This commit is contained in:
parent
6e56205ba6
commit
756b2036cc
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 New Issue
Block a user