1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Ryan (hackercat) 3ecbd94d96 Switch to interface{} instead of map[string]... (#700)
* fix: change `env` to be an interface

allows to use GitHub functions like `fromJson()`

* fix: change matrix to an interface instead of map

This allows to use GitHub functions like `fromJson()` to create dynamic
matrixes

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-06-06 14:53:18 +00:00
.github fix: update issue template (#722) 2021-06-04 20:16:01 +00:00
act Switch to interface{} instead of map[string]... (#700) 2021-06-06 14:53:18 +00:00
cmd Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00