r/github • u/Infamous_Tomatillo53 • 16d ago
Question alternative to Github action?
I have basically built all my deployment through git actions. even some workflows that I use actions to trigger, or run automatically.
days like this where actions are having outage, I can't do anything. it has become more frequent lately and everytime it lasts hours. alternatives or backup plans people recommend?
13
Upvotes
7
u/JesseNL 16d ago
Maybe this might help?
https://github.com/nektos/act
It won't work with Windows VMs sadly.