Hacker News new | ask | show | jobs
by SahAssar 95 days ago
> avoid using community-maintained actions as far as possible, instead installing and configuring the runners as though I would a normal machine.

A runner and a action are two very different things.

You could run on the default runners with no community actions, and you can run on self-hosted runners with a lot of community actions.

1 comments

If you're getting hung up on "normal machine", what I meant is a computer in general that is not related to GitHub Actions at all.

If that's not the part of my message you're referring to, then your message seems completely orthogonal to what I posted.

They're right though, using a self-hosted runner has nothing to do with using community actions or not. Installing with curl and sh can be done in a github public runner just as well.
Of course it's a true statement, but I'm not using self-hosted runners, nor does my comment mention them.