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:
parent
ba102368d3
commit
ff13bafc55
6 changed files with 145 additions and 1 deletions
|
@ -60,6 +60,8 @@ type Input struct {
|
|||
networkName string
|
||||
useNewActionCache bool
|
||||
secret string
|
||||
|
||||
localRepository []string
|
||||
}
|
||||
|
||||
func (i *Input) resolve(path string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue