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