Skip to content

Commit cea14f5

Browse files
Update repository_notifier.yml
1 parent ff12cbf commit cea14f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/repository_notifier.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.TG_TOKEN }}
2323
to: ${{ secrets.TG_CHAT_ID }}
24-
parse_mode: markdown
24+
format: markdown
2525
message: |
2626
🚀 *New Push to Main*
2727
- **Repository**: [${{ github.repository }}](https://github.com/${{ github.repository }})
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
token: ${{ secrets.TG_TOKEN }}
3838
to: ${{ secrets.TG_CHAT_ID }}
39-
parse_mode: markdown
39+
format: markdown
4040
message: |
4141
🔄 *Pull Request Activity*
4242
- **Action**: `${{ github.event.action }}`
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
token: ${{ secrets.TG_TOKEN }}
5454
to: ${{ secrets.TG_CHAT_ID }}
55-
parse_mode: markdown
55+
format: markdown
5656
message: |
5757
📝 *Issue Activity*
5858
- **Action**: `${{ github.event.action }}`

0 commit comments

Comments
 (0)