mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-24 07:45:02 +01: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