Remove secrets + defaults

This commit is contained in:
Ethan Chiu
2020-07-21 11:23:25 -04:00
parent 220793d4e9
commit 89412f35bf

View File

@@ -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",