I hate GitHub Actions with passion
xlii.space
I hate GitHub Actions with passion
1–10 of 347 posts
Re: I hate GitHub Actions with passion
#2Re: I hate GitHub Actions with passion
#3Not by GitHub, but isn't act supposed to be that?
Re: I hate GitHub Actions with passion
#4 > For the love of all that is holy, don’t let GitHub Actions
> manage your logic. Keep your scripts under your own damn
> control and just make the Actions call them!
The pain is real. I think everyone that's ever used GitHub actions has come to this conclusion. An ideal action has 2 steps: (1) check out the code, (2) invoke a sane script that you can test locally.Honestly, I wonder if a better workflow definition would just have a single input: a single command to run. Remove the temptation to actually put logic in the actions workflow.
Re: I hate GitHub Actions with passion
#5gg watch action
Finds the most recent or currently running action for the branch you have checked out. Among other things.
Re: I hate GitHub Actions with passion
#6> For the love of all that is holy, don’t let GitHub Actions > manage your logic. Keep your scripts under your own damn > control and just make the Actions call them! The pain is real. I think everyone that's ever used GitHub actions has come to this conclusion. An ideal action has 2 steps: (1) check out the code, (2) invoke a sane script that you can test locally. Honestly, I wonder if a better workflow definition w…
I agree that that should be reasonable but unfortunately I can tell you that not all developers (including seniors) naturally arrive at such conclusion no.
Re: I hate GitHub Actions with passion
#7Re: I hate GitHub Actions with passion
#8> For the love of all that is holy, don’t let GitHub Actions > manage your logic. Keep your scripts under your own damn > control and just make the Actions call them! The pain is real. I think everyone that's ever used GitHub actions has come to this conclusion. An ideal action has 2 steps: (1) check out the code, (2) invoke a sane script that you can test locally. Honestly, I wonder if a better workflow definition w…
Re: I hate GitHub Actions with passion
#9> For the love of all that is holy, don’t let GitHub Actions > manage your logic. Keep your scripts under your own damn > control and just make the Actions call them! The pain is real. I think everyone that's ever used GitHub actions has come to this conclusion. An ideal action has 2 steps: (1) check out the code, (2) invoke a sane script that you can test locally. Honestly, I wonder if a better workflow definition w…
I find GitHub Actions abhorrent in a way that I never found a CI/CD system before...
Re: I hate GitHub Actions with passion
#10[flagged]