asyncapi / .github

Location of all reusable community health files
29 stars 62 forks source link

ci: do not checkout branch when notifying slack #300

Closed KhudaDad414 closed 3 weeks ago

KhudaDad414 commented 1 month ago

If the checkout is removed, it will give an error regarding caching. but after the cache: npm option is removed from the action in a test repo, the error disappears and I get an error regarding the missing TOKEN which is expected in a fork. I think this PR should solve the issue entirely.

Related issue(s) Fixes #299

KhudaDad414 commented 3 weeks ago

/rtm