mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Remove secrets + defaults
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
"description": "string",
|
"description": "string",
|
||||||
"inputs": "inputs",
|
"inputs": "inputs",
|
||||||
"runs": "runs",
|
"runs": "runs",
|
||||||
"outputs": "outputs",
|
"outputs": "outputs"
|
||||||
"defaults": "action-defaults"
|
|
||||||
},
|
},
|
||||||
"loose-key-type": "non-empty-string",
|
"loose-key-type": "non-empty-string",
|
||||||
"loose-value-type": "any"
|
"loose-value-type": "any"
|
||||||
@@ -52,24 +51,6 @@
|
|||||||
"composite-runs"
|
"composite-runs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"action-defaults": {
|
|
||||||
"mapping": {
|
|
||||||
"properties": {
|
|
||||||
"run": "action-defaults-run"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"action-defaults-run": {
|
|
||||||
"mapping": {
|
|
||||||
"properties": {
|
|
||||||
"shell": {
|
|
||||||
"type": "non-empty-string",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"working-directory": "non-empty-string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"container-runs": {
|
"container-runs": {
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -195,10 +176,8 @@
|
|||||||
"string-steps-context": {
|
"string-steps-context": {
|
||||||
"context": [
|
"context": [
|
||||||
"github",
|
"github",
|
||||||
"needs",
|
|
||||||
"strategy",
|
"strategy",
|
||||||
"matrix",
|
"matrix",
|
||||||
"secrets",
|
|
||||||
"steps",
|
"steps",
|
||||||
"job",
|
"job",
|
||||||
"runner",
|
"runner",
|
||||||
@@ -213,7 +192,6 @@
|
|||||||
"needs",
|
"needs",
|
||||||
"strategy",
|
"strategy",
|
||||||
"matrix",
|
"matrix",
|
||||||
"secrets",
|
|
||||||
"steps",
|
"steps",
|
||||||
"job",
|
"job",
|
||||||
"runner",
|
"runner",
|
||||||
|
|||||||
Reference in New Issue
Block a user