mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
Remove secrets + defaults
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
"description": "string",
|
||||
"inputs": "inputs",
|
||||
"runs": "runs",
|
||||
"outputs": "outputs",
|
||||
"defaults": "action-defaults"
|
||||
"outputs": "outputs"
|
||||
},
|
||||
"loose-key-type": "non-empty-string",
|
||||
"loose-value-type": "any"
|
||||
@@ -52,24 +51,6 @@
|
||||
"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": {
|
||||
"mapping": {
|
||||
"properties": {
|
||||
@@ -195,10 +176,8 @@
|
||||
"string-steps-context": {
|
||||
"context": [
|
||||
"github",
|
||||
"needs",
|
||||
"strategy",
|
||||
"matrix",
|
||||
"secrets",
|
||||
"steps",
|
||||
"job",
|
||||
"runner",
|
||||
@@ -213,7 +192,6 @@
|
||||
"needs",
|
||||
"strategy",
|
||||
"matrix",
|
||||
"secrets",
|
||||
"steps",
|
||||
"job",
|
||||
"runner",
|
||||
|
||||
Reference in New Issue
Block a user