1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
hackercat 7853d7ea3f Refactor .actrc locations and default image survey (#600)
* refactor: move survey/cfgs into own funcs, read XDG base dirs for config

Moved actrc locations to own func since it can be reused.
Moved survey part to own func due to high cyclomatic complexity.
Added XDG config dir to config locations.
Replaced using HOME envvar with go-homedir module since it's already
an indirect dependency and handles home directories better
for each GOOS.

* refactor: use `go-homedir`, check if XDG var is not empty
2021-04-05 08:51:13 -07:00
.github Add support for composite actions (#514) 2021-04-02 13:40:44 -07:00
act Refactor .actrc locations and default image survey (#600) 2021-04-05 08:51:13 -07:00
cmd Refactor .actrc locations and default image survey (#600) 2021-04-05 08:51:13 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00