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
|
||||
steps:
|
||||
|
||||
- name: Clean install dependencies and build
|
||||
working-directory: ./tests
|
||||
run: |
|
||||
ls -al
|
||||
|
||||
- name: send custom message
|
||||
uses: appleboy/telegram-action@master
|
||||
env:
|
||||
@@ -38,8 +43,3 @@ jobs:
|
||||
env:
|
||||
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
|
||||
|
||||
- name: Clean install dependencies and build
|
||||
working-directory: ./tests
|
||||
run: |
|
||||
ls -al
|
||||
|
||||
Reference in New Issue
Block a user