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