mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
@@ -7,6 +7,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Clean install dependencies and build
|
||||||
|
working-directory: ./tests
|
||||||
|
run: |
|
||||||
|
ls -al
|
||||||
|
|
||||||
- name: send custom message
|
- name: send custom message
|
||||||
uses: appleboy/telegram-action@master
|
uses: appleboy/telegram-action@master
|
||||||
env:
|
env:
|
||||||
@@ -38,8 +43,3 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
|
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
|
||||||
|
|
||||||
- name: Clean install dependencies and build
|
|
||||||
working-directory: ./tests
|
|
||||||
run: |
|
|
||||||
ls -al
|
|
||||||
|
|||||||
Reference in New Issue
Block a user