File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ The return value of the script will be in the step's outputs under the
4141 run : echo "${{steps.my-script.outputs.result}}"
4242` ` `
4343
44+ See ["Result encoding"](#result-encoding) for details on how the encoding of
45+ these outputs can be changed.
46+
47+ This will print the full diff object in the screen; ` result.data` will
48+ contain the actual diff text.
49+
4450# # Result encoding
4551
4652By default, the JSON-encoded return value of the function is set as the "result" in the
@@ -171,12 +177,6 @@ jobs:
171177 console.log(result)
172178` ` `
173179
174- See ["Result encoding"](#result-encoding) for details on how the encoding of
175- these outputs can be changed.
176-
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