Hi! Was trying the example for updating a message and two things that happened.
The action succeed but no update happen. First of all, the action itself was failing, actually with message_not_found error but the action reports success anyway.
See the following image

You can see the last three lines
##[debug]Set output response = {"ok":false,"error":"message_not_found","response_metadata":{"scopes":["incoming-webhook","chat:write"],"acceptedScopes":["chat:write"]}}
##[debug]Set output time = 1738447171
##[debug]Finishing: Update the original message with success
Ok = False, but "Update the original message with sucess" (?
Doing some more research, I learned that my issue was that I was trying to post to a private message and this only works with channels. I'd be nice to warn about this in the docs :)
Hi! Was trying the example for updating a message and two things that happened.
The action succeed but no update happen. First of all, the action itself was failing, actually with
message_not_founderror but the action reports success anyway.See the following image

You can see the last three lines
Ok = False, but "Update the original message with sucess" (?
Doing some more research, I learned that my issue was that I was trying to post to a private message and this only works with channels. I'd be nice to warn about this in the docs :)