Skip to content

Commit

Permalink
feat: ad telegram event
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ivanov <[email protected]>
  • Loading branch information
contributorpw committed Dec 6, 2023
1 parent cb122f3 commit 26e4647
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ jobs:
run: clasp deploy -i "$DEPLOYMENT_ID" -d "$GITHUB_REF"
env:
DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }}

- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
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}}
# dump-context:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 26e4647

Please sign in to comment.