Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for pull_request_target #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Highlighted example codes in README.md
  • Loading branch information
k-forghani committed Aug 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b40ab3a64be26a00cb608524336d2737f18573ce
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ Use this only if you have topics enabled.

Add the following lines of code in your YML file.

```sh
```yml
- name: Notify the commit on Telegram
uses: EverythingSuckz/github-telegram-notify@main
with:
@@ -39,7 +39,7 @@ Add the following lines of code in your YML file.
You can also replace the content of your YML file with the following lines of code.


```sh
```yml
name: Telegram Notification
on:
push: