Skip to content

Commit 5ef07a4

Browse files
committed
removed custom notify with telegram.
1 parent 3e1f92d commit 5ef07a4

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.github/workflows/debug-app.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,3 @@ jobs:
7373
chatId: ${{ secrets.KH_CHAT_ID }}
7474
jobStatus: ${{ job.status }}
7575
skipSuccess: false
76-
77-
- name: Notify build_debug status
78-
if: always()
79-
uses: wei/curl@v1
80-
with:
81-
args: curl -G ${{ secrets.TELEGRAM_BOT_URL }} --data-urlencode 'message=ATSY Cast - ${{ env.RELEASE_VERSION }} Build Debug Completed.'

.github/workflows/home-app.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,3 @@ jobs:
6262
chatId: ${{ secrets.KH_CHAT_ID }}
6363
jobStatus: ${{ job.status }}
6464
skipSuccess: false
65-
66-
- name: Notify build_home status
67-
if: always()
68-
uses: wei/curl@v1
69-
with:
70-
args: curl -G ${{ secrets.TELEGRAM_BOT_URL }} --data-urlencode 'message=ATSY Cast - ${{ env.RELEASE_VERSION }} Build Home Completed.'

.github/workflows/release-app.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,3 @@ jobs:
6262
chatId: ${{ secrets.KH_CHAT_ID }}
6363
jobStatus: ${{ job.status }}
6464
skipSuccess: false
65-
66-
- name: Notify build_release status
67-
if: always()
68-
uses: wei/curl@v1
69-
with:
70-
args: curl -G ${{ secrets.TELEGRAM_BOT_URL }} --data-urlencode 'message=ATSY Cast - ${{ env.RELEASE_VERSION }} Build Release Completed.'

0 commit comments

Comments
 (0)