nektos / act

Run your GitHub Actions locally 🚀
https://nektosact.com
MIT License
55.61k stars 1.39k forks source link

install script places act into `bin` folder of current directory #2519

Open Judge-Paul opened 2 weeks ago

Judge-Paul commented 2 weeks ago

Bug report info

N/A

Command used with act

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash

Describe issue

New to using act and I used the install script on my Ubuntu WSL system and after installing the act command wasn't being recognized and I found out that the command creates the executable in a bin folder in my current working directory instead of adding it to my other user binaries, which is weird considering it doesn't mention that in the docs https://github.com/nektos/act/blob/9bd99e5d7c516f9712fc2b6ab700e333a4f542a8/install.sh#L13

Link to GitHub repository

No response

Workflow content

N/A

Relevant log output

N/A

Additional information

No response

SuperSandyman commented 1 week ago

Me too, this happened to me on Ubuntu 24.10.