Workflow fails with exit code 127 – Action: command not found
I’m encountering an issue with my GitHub Actions workflow. The workflow is supposed to send a message to a Telegram channel when certain GitHub events occur. However, I’m getting an exit code 127
error, which indicates that a command is not found.