Question 086
### Which of the following GitHub Actions syntax is used to run multiple commands in a single step?
> https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
1. [ ] Using && to chain commands
1. [ ] Defining commands in an array
1. [x] Using a multiline string with |
1. [ ] Separating commands with a semicolon ;