archive / github-actions-slack

Github Action for sending message (and reactions/threads/update/blocks) to Slack - With support for Slack's optional arguments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting this error , when trying to implement the "Sample Action file with Slack Channel and Text"

ShivamTyagi12345 opened this issue · comments

I had the same issue, if you remove slack-optional-as_user: false from your action, that should solve the problem

commented

Thanks! I will update the examples!