1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Introduce LocalRepositoryCache for download remote actions, add them to ActionCache and execute as well

This commit is contained in:
ChristopherHX 2024-02-23 08:40:14 +01:00 committed by Andrii Chyrva
parent ba102368d3
commit ff13bafc55
6 changed files with 145 additions and 1 deletions

View file

@ -60,6 +60,8 @@ type Input struct {
networkName string
useNewActionCache bool
secret string
localRepository []string
}
func (i *Input) resolve(path string) string {