mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 11:56:47 +08:00
Fix comments on StepType enum consts (#304)
This commit is contained in:
@@ -121,8 +121,8 @@ func TestInterpolate(t *testing.T) {
|
||||
Workdir: ".",
|
||||
},
|
||||
Env: map[string]string{
|
||||
"keywithnothing": "valuewithnothing",
|
||||
"key-with-hyphens": "value-with-hyphens",
|
||||
"keywithnothing": "valuewithnothing",
|
||||
"key-with-hyphens": "value-with-hyphens",
|
||||
"key_with_underscores": "value_with_underscores",
|
||||
},
|
||||
Run: &model.Run{
|
||||
|
||||
Reference in New Issue
Block a user