Skip to content

Commit

Permalink
workflow: update command line arguments for tg-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 5, 2025
1 parent 1cbf5ee commit 9b99f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
TG_CHANNEL=${{ env.TG_CHANNEL_SCRATCH }}
export TG_TOPIC=""
fi
.github/scripts/tg-notify.sh -s $TG_TOKEN $TG_CHANNEL $TG_TOPIC error $TAG_NAME "Github CI build failed!" ${{ github.run_id }} ${{ github.repository }}
.github/scripts/tg-notify.sh -s $TG_TOKEN $TG_CHANNEL $TG_TOPIC error $TAG_NAME "Github CI build failed!" ${{ github.run_id }} ${{ matrix.u-boot-version }} ${{ github.repository }}
notify-completion:
needs: [build, notify-begin]
Expand Down

0 comments on commit 9b99f77

Please sign in to comment.