Released new update.
I think this is most stable version which can also customize your action.
If you find this version useful and cool 🤟, add a thumb 👍 below in reactions. section. 👇
This update breaks your GitHub action ✋if you were using jainamoswal/botStatus@main
, So please update your action according to new updates or update your action file with jainamoswal/[email protected]
Some of customizations are listed here....
- You have options to edit the Repo at every status or not.
- You have option to edit the Telegram message at every check or not.
- You can set multiple chats while showing status in Telegram.
- Can customize the
start
&end
message in Telegram messages. - Can set custom commit message.
- Can also set custom bullets to display bots on Telegram.
- Can define custom time zone and Time formats.
- Can also define custom Emoji or Text while bot is up or down on Telegram or in GitHub MarkDown file differently.
Guide for upgrading action from @v1.1 to @v1.2 :-
- Delete
MESSSAGE_ID
&CHANNEL_ID
from Environment variables. - Set
IDS
in your Environment variables. - Update your
.yml
file in your repository with the latest example.
🥳 Your action is running on the latest update now.
Next steps :-
- Check optional variables and customize your action with setting them in
.yml
file.
You can either define them via Environment variables or just set them directly likeIDS: -1001407470646:3
etc...
For Detailed changes, You can check difference between last two commits.
Any questions can be raised by making a new issue.