From 5d33ffc89dc9605d1478fc9b01857b20ce29244f Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 18 May 2020 12:53:18 -0400 Subject: [PATCH] Fix step ID in output example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 602ba0b..765d55e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The return value of the script will be in the step's outputs under the script: return "Hello!" result-encoding: string - name: Get result - run: echo "${{steps.my-script.outputs.result}}" + run: echo "${{steps.set-result.outputs.result}}" ``` See ["Result encoding"](#result-encoding) for details on how the encoding of