Comment on Setting Up a Self-Hosted GitHub runner for CI/CD
arcayne@lemmy.today 2 months agoWith both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4
Comment on Setting Up a Self-Hosted GitHub runner for CI/CD
arcayne@lemmy.today 2 months agoWith both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4
ikidd@lemmy.world 2 months 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.
arcayne@lemmy.today 2 months ago
Well, yeah, thats why I’m saying if the action isn’t available directly from Forgejo, just write out the full action URL like the example in my last comment and pull it directly from GitHub. Most/all of the actions you’re pulling from Forgejo are originally forked from GitHub anyway. ¯\(ツ)/¯
ikidd@lemmy.world 2 months ago
Ah, OK. Now I get your point.