Skip to content

Commit

Permalink
Added input context to shell in composite run-step (#1767)
Browse files Browse the repository at this point in the history
* Added input context to shell in composite run-step

* moved from string-shell-context to string-steps-context
  • Loading branch information
nikola-jokic committed Apr 11, 2022
1 parent c8cb600 commit fee2419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Worker/action_yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit fee2419

Please sign in to comment.