mirror of
https://github.com/actions/runner.git
synced 2025-12-24 18:37:26 +08:00
Remove unnecessary workflow type
This commit is contained in:
@@ -415,23 +415,10 @@
|
||||
],
|
||||
"one-of": [
|
||||
"non-empty-string",
|
||||
"services-container-mapping"
|
||||
"container-mapping"
|
||||
]
|
||||
},
|
||||
|
||||
"services-container-mapping": {
|
||||
"mapping": {
|
||||
"properties": {
|
||||
"image": "non-empty-string",
|
||||
"options": "non-empty-string",
|
||||
"env": "container-env",
|
||||
"ports": "sequence-of-non-empty-string",
|
||||
"volumes": "sequence-of-non-empty-string",
|
||||
"credentials": "container-registry-credentials"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"container-registry-credentials": {
|
||||
"context": [
|
||||
"secrets",
|
||||
|
||||
Reference in New Issue
Block a user