mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +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",
|
||||
"working-directory": "string-steps-context",
|
||||
"shell": {
|
||||
"type": "non-empty-string",
|
||||
"type": "string-steps-context",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user