You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
room-id | Specify Gitter room id in which message needs to be sent
50
50
token | Personal access token of a user who has permission to send messages to above mentioned Gitter room.
51
-
text | Message need to be displayed (Ref, EventName, ActionUrl are automatically added to the message).
52
-
message-id | Instead of creating a new message if you want to replace existing then you can provide id. After github action submitted message id can be accessed via action outputs.
51
+
text | Message text need to be displayed (Ref, EventName and ActionUrl will be automatically added to the message).
52
+
message-id | Privide message id if you want to replace existing message. Otherwise gitter notify action will return submitted message id and you can access it via step outputs.
53
53
54
-
>**At the moment Gitter developer api does not provide option to reset personal access token**
54
+
>**At the moment Gitter developer api does not provide option to reset personal access token**
0 commit comments