質問 086
### 1つのステップで複数のコマンドを実行するために使用されるGitHub Actionsの構文はどれですか?
> https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
1. [ ] コマンドを `&&` で連結する
1. [ ] コマンドを配列で定義する
1. [x] `|` を使った複数行文字列を使用する
1. [ ] コマンドをセミコロン `;` で区切る