Open pakhilov opened 1 year ago
Hello and welcome to RavSam :purple_heart:. Thanks for opening your first issue. I will assign one of our team members to take a look at the problem you have raised. Make sure to include as much information as possible to help our team diagnose the issue and solve it quickly.
If the problem is related to a security concern, then please delete this issue and send us an email at info@ravsam.in.
@pakhilov I think the version should be specified without "v". So, it should be "notify-slack-action@2.3.0". Let me know if this solves your issue.
Hello,
I'm trying to use version
v2.3.0
of theravsamhq/notify-slack-action
in my GitHub Actions workflow, but I'm encountering an issue where the runner can't seem to find this version. Here's the error message I receive:Error: Unable to resolve action ravsamhq/notify-slack-action@v2.3.0, unable to find version v2.3.0.
I've confirmed that version
v2.3.0
does exist in the releases section of your repository. My workflow file references the action as follows:I would appreciate any assistance in resolving this issue. Thanks!