Skip to content

Commit

Permalink
Update example.yml
Browse files Browse the repository at this point in the history
added discord and tele
  • Loading branch information
PeanutBrrutter authored May 9, 2024
1 parent 43a43eb commit 7d8d2a4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,25 @@ jobs:
go mod tidy
go get github.com/franela/goblin
ls
- name: Go Test
run: |
go test
- name: Discord Message
uses: discord-actions/message@v2
with:
webhookUrl: https://discord.com/api/webhooks/1237964301201965127/ZYe3gYTeweYEfA_Q0I-JWFVXA2dVMp7Pw7jeNNd2UlFCtvIS8ZvIN_CRQ-gUwSgl7eD2
message: new push/pull request
username: time to do work

- name: Telegram Msg
uses: colutius/[email protected]
with:
token: AAHm19-9zOM4jMtEtVOSDGExXAtg5J67rKc
chatid: 6795256205
message: do work

#- name: Setup Python
#uses: actions/[email protected]
#with:
Expand Down

0 comments on commit 7d8d2a4

Please sign in to comment.