A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation https://forgejo.org/docs/next/admin/actions/
Find a file
Ryan f09a90bf80 fix: set sh as default shell for containers (#853)
* fix: set default shell for containers to sh

This matches GitHub Actions behaviour where,
runners use bash since it's guaranteed to exist there
while containers use sh for compatibility

* tests: fixup for default shell
2021-11-03 11:47:47 -07:00
.github ci: remove macOS tests (#860) 2021-11-03 11:46:15 -07:00
act fix: set sh as default shell for containers (#853) 2021-11-03 11:47:47 -07:00
cmd Remove ubuntu-16.04 and add missing links for nix/go (#821) 2021-09-22 19:43:58 +00:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00