mirror of
https://github.com/actions/runner.git
synced 2026-01-10 12:30:58 +08:00
Fix templating + assertion on template validation
This commit is contained in:
@@ -98,7 +98,16 @@
|
||||
}
|
||||
},
|
||||
"steps-item": {
|
||||
"run-step": "non-empty-string"
|
||||
"one-of": [
|
||||
"run-step"
|
||||
]
|
||||
},
|
||||
"run-step": {
|
||||
"mapping": {
|
||||
"properties": {
|
||||
"run": "non-empty-string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"container-runs-context": {
|
||||
"context": [
|
||||
|
||||
Reference in New Issue
Block a user