Skip to content

Commit

Permalink
workflow: fix scratch notify
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Nov 25, 2024
1 parent 7e0d4b6 commit 406bf6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
echo "TG_DISABLED=${{ github.event.inputs.tg_disabled || 'false' }}" >> $GITHUB_ENV
echo "tg_disabled=${{ github.event.inputs.tg_disabled || 'false' }}" >> $GITHUB_OUTPUT
- name: Setup Notification Channel
if: ${{ github.event.inputs.tg_scratch == 'true' }}
run: |
echo "TG_TOPIC=" >> $GITHUB_ENV
- name: Send build start notifcation via Telegram
if: env.TG_DISABLED == 'false'
run: |
Expand Down

0 comments on commit 406bf6c

Please sign in to comment.