Skip to content

Commit

Permalink
testing the ci telegram bot
Browse files Browse the repository at this point in the history
  • Loading branch information
giladAlboher committed Mar 5, 2024
1 parent f4a9350 commit 8089732
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/telegram-actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: telegram message
on: [push]
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: '@IntegratorPortalCIBot'
token: ${{ secrets.BotToken }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}

0 comments on commit 8089732

Please sign in to comment.