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:
Nikola Jokic
2022-04-11 14:50:45 +02:00
committed by GitHub
parent c8cb600ac7
commit fee24199cb

View File

@@ -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
}
}