mirror of
https://github.com/actions/runner.git
synced 2025-12-31 22:37:22 +08:00
Remove unnecessary workflow type
This commit is contained in:
@@ -415,23 +415,10 @@
|
|||||||
],
|
],
|
||||||
"one-of": [
|
"one-of": [
|
||||||
"non-empty-string",
|
"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": {
|
"container-registry-credentials": {
|
||||||
"context": [
|
"context": [
|
||||||
"secrets",
|
"secrets",
|
||||||
|
|||||||
Reference in New Issue
Block a user