Y
Hacker News
new
|
ask
|
show
|
jobs
by
computerfriend
128 days ago
Yeah, their "standard library" so to speak (basically everything under the actions org) is lacking. But for this specifically, you can use the gh CLI.
1 comments
Storment33
127 days ago
This is what I done, GitHub Actions is basically a command line as a service for my projects. It does nothing but checkout the code, means I can do all the releasing, artefact uploading, compiling & testing etc locally.
link