arcayne
@arcayne@lemmy.today
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 1 month 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. ¯\(ツ)/¯
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 1 month ago:
With both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4