When they had the previous announcement I switched my open source projects to GitHub actions.
I get that some people will not want more GitHub but I figured given all the configuration is open and checked into your repo someone will eventually make an open source clone that can read the same configs .
I also really like the way build scripts can be referenced by url/id such that I can just reference existing scripts made by other people. Super nice!
> I also really like the way build scripts can be referenced by url/id such that I can just reference existing scripts made by other people. Super nice!
I'm not familiar with that feature, can you give a link to docs/example/more info?
What about them is using other scripts? Oh, do you jsut mean things like `uses: actions/setup-node@v1` is using that standard actions/setup-node "step"? Yeah, you can refrence steps defined elsewhere, ok, I get it!
For some reason I was thinking you meant something else. OK, thanks!
I get that some people will not want more GitHub but I figured given all the configuration is open and checked into your repo someone will eventually make an open source clone that can read the same configs .
I also really like the way build scripts can be referenced by url/id such that I can just reference existing scripts made by other people. Super nice!