1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00

feat: Test writing remote Actions locally (#2155)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
ChristopherHX
2024-02-23 08:40:14 +01:00
committed by GitHub
parent 9e6ce121bc
commit ac6a465e27
6 changed files with 144 additions and 1 deletions

View File

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