mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
initial load of yaml working
This commit is contained in:
5
pkg/runner/api.go
Normal file
5
pkg/runner/api.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package runner
|
||||
|
||||
type environmentApplier interface {
|
||||
applyEnvironment(map[string]string)
|
||||
}
|
||||
Reference in New Issue
Block a user