mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02:00
6 lines
91 B
Go
6 lines
91 B
Go
package runner
|
|
|
|
type environmentApplier interface {
|
|
applyEnvironment(map[string]string)
|
|
}
|