From dd16c14e710b95a4ba006a6b07a3432df733c5b3 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 18 May 2020 12:54:07 -0400 Subject: [PATCH] Move another section in the wrong place --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 765d55e..32d10cc 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,6 @@ The return value of the script will be in the step's outputs under the See ["Result encoding"](#result-encoding) for details on how the encoding of these outputs can be changed. -This will print the full diff object in the screen; `result.data` will -contain the actual diff text. - ## Result encoding By default, the JSON-encoded return value of the function is set as the "result" in the @@ -177,6 +174,9 @@ jobs: console.log(result) ``` +This will print the full diff object in the screen; `result.data` will +contain the actual diff text. + ### Run a separate file If you don't want to inline your entire script that you want to run, you can