-
Notifications
You must be signed in to change notification settings - Fork 111
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
emoji support? #36
Comments
Hey, try putting the star emoji inside your message text, it worked for me.
|
the format is markdown? my code is here. but not work. code see here. |
See my comment at alanhe421/alfred-workflows@c9ed8fd |
I can confirm that emojis are ok, just use the emoji via copy-paste (as mentioned by @MysteriousGear ).
Here is an example to use the emoji: with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
⭐ Update: ${{ github.event.release.name }} (Version ${{ github.ref_name }}) |
see https://github.com/ikatyang/emoji-cheat-sheet
The text was updated successfully, but these errors were encountered: