mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Added input context to shell in composite run-step (#1767)
* Added input context to shell in composite run-step * moved from string-shell-context to string-steps-context
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
"continue-on-error": "boolean-steps-context",
|
"continue-on-error": "boolean-steps-context",
|
||||||
"working-directory": "string-steps-context",
|
"working-directory": "string-steps-context",
|
||||||
"shell": {
|
"shell": {
|
||||||
"type": "non-empty-string",
|
"type": "string-steps-context",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user