File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ The return value of the script will be in the step's outputs under the
4444See ["Result encoding"](#result-encoding) for details on how the encoding of
4545these outputs can be changed.
4646
47- This will print the full diff object in the screen; ` result.data` will
48- contain the actual diff text.
49-
5047## Result encoding
5148
5249By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -177,6 +174,9 @@ jobs:
177174 console.log(result)
178175` ` `
179176
177+ This will print the full diff object in the screen; `result.data` will
178+ contain the actual diff text.
179+
180180# ## Run a separate file
181181
182182If you don't want to inline your entire script that you want to run, you can
You can’t perform that action at this time.
0 commit comments