Thanks!!
Comment on Setting Up a Self-Hosted GitHub runner for CI/CD
ikidd@lemmy.world 5 days ago
I like that. I tried to get Actions in Forgejo working and that was a dead-end. So I’ve been using act manually. But to have that going on Github now that I’ve used up my free minutes will be sweet.
Appreciate the writeup.
Cachvza@lemmy.world 5 days ago
tofubl@discuss.tchncs.de 5 days ago
I have a docker forgejo runner for CI with Codeberg. Where did you get stuck?
ikidd@lemmy.world 5 days ago
actions/setup-java@v4 would fail trying to find the java setup script at Forgejo’s runner source repo, and apparently it wasn’t there when I went to look. I’ll look at it another time when maybe all the backend is put together or there’s a way I can host the actions locally so I’m not relying on outside sources that might pollute my CI output.
arcayne@lemmy.today 4 days ago
With both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4
ikidd@lemmy.world 4 days ago
I followed where it was going and it was a forgejo repo where there were some action sets but not that one. I figured they were using their own sets and hadn’t gotten around to java yet.