-
Notifications
You must be signed in to change notification settings - Fork 37
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
Shell problem in entrypoint file (?) #7
Comments
Ok, partly my stupidity for not noticing that it is indeed working, i just tried to use a DM ID which doesn't seem to work. public channel ID did the trick. however, still doesn't explain the weird shell warning |
Getting this and using a public ID EDIT: Didn't read the error properly, apologies. It was a scope issue with the OATH |
Have problems with the Oauth scopes. But this false-positive error message should be fixed to avoid confusion. |
I get the exactly same problem, and I don't use channel ID because the channel is private. This is my yml code.
|
I just reverted to using plain curl which is almost as simple but avoids the new abstraction/indirection of this slack-action:
Remember to replace the Channel ID. You find it in the URL when using Slack in the browser. |
I ran into this issue as well and created a PR #16 |
Followed the README, and it doesn't work for me, here's the problem:
Link to failing job: https://github.com/chapati23/hello-github-actions/pull/4/checks#step:3:7
My job code is as follows:
Not 100% sure but this looks like some shell/bash syntax issue.
Any idea what's going wrong here?
The text was updated successfully, but these errors were encountered: