How can we return the output to be `newline` delimmited? Does the following work? ``` - name: Get File(s) Changed id: files uses: trilom/file-changes-action@v1.2.4 with: output: '\n' fileOutput: '\n' ```
How can we return the output to be
newlinedelimmited? Does the following work?