ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

Unable to resolve action at version v2.3.0 #107

Open pakhilov opened 1 year ago

pakhilov commented 1 year ago

Screenshot 2023-05-25 at 8 41 37 AM Hello,

I'm trying to use version v2.3.0 of the ravsamhq/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!

Screenshot 2023-05-25 at 7 37 43 AM

ravsam-bot[bot] commented 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.

ravgeetdhillon commented 10 months ago

@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.