Skip to content

Commit

Permalink
update telegram message
Browse files Browse the repository at this point in the history
  • Loading branch information
deanomus authored Aug 10, 2021
1 parent 8ece017 commit d8398f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ jobs:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
disable_web_page_preview: true
message: ${{ env.name }} ${{ env.build }} successful finished. Released at ${{ steps.create_release.outputs.html_url }}

message: ${{ env.name }} build triggered by ${{ github.event_name }}. ${{ env.build }} successfully finished. Released at ${{ steps.create_release.outputs.html_url }}

0 comments on commit d8398f1

Please sign in to comment.