mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
echo github context
This commit is contained in:
parent
37b6aa2490
commit
294826fcda
1 changed files with 5 additions and 1 deletions
6
.github/workflows/make_and_send_alert.yml
vendored
6
.github/workflows/make_and_send_alert.yml
vendored
|
@ -24,8 +24,12 @@ jobs:
|
|||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Inspect contexts.
|
||||
run: |
|
||||
echo "${{ toJson(github) }}"
|
||||
|
||||
- name: Send alert to Telegram channel.
|
||||
if: github.actor == 'github-action'
|
||||
if: github.actor == 'GitHub-Action'
|
||||
env:
|
||||
COMMIT_SHA: ${{ github.sha }}
|
||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue