mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Make shell required + add inputs
This commit is contained in:
@@ -134,7 +134,10 @@
|
|||||||
},
|
},
|
||||||
"env": "step-env",
|
"env": "step-env",
|
||||||
"working-directory": "string-steps-context",
|
"working-directory": "string-steps-context",
|
||||||
"shell": "string-steps-context"
|
"shell": {
|
||||||
|
"type": "non-empty-string",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -176,6 +179,7 @@
|
|||||||
"string-steps-context": {
|
"string-steps-context": {
|
||||||
"context": [
|
"context": [
|
||||||
"github",
|
"github",
|
||||||
|
"inputs",
|
||||||
"strategy",
|
"strategy",
|
||||||
"matrix",
|
"matrix",
|
||||||
"steps",
|
"steps",
|
||||||
@@ -189,6 +193,7 @@
|
|||||||
"step-env": {
|
"step-env": {
|
||||||
"context": [
|
"context": [
|
||||||
"github",
|
"github",
|
||||||
|
"inputs",
|
||||||
"strategy",
|
"strategy",
|
||||||
"matrix",
|
"matrix",
|
||||||
"steps",
|
"steps",
|
||||||
|
|||||||
Reference in New Issue
Block a user