Skip to content

Update name of file #52

Update name of file

Update name of file #52

Workflow file for this run

name: telegram message
on: [push]
jobs:
build:
if: github.repository == 'AY2324S2-CS2103T-F14-3/tp'
name: Build
runs-on: ubuntu-latest
steps:
- 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}}