From 23f3e24c604ad78bf6f738ba11c79195dc5b6ae5 Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Mon, 28 Jun 2021 10:20:17 -0400 Subject: [PATCH] update instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13c2c48..5429e64 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ The value stored inside `file` at key `field`. ## Example usage ``` uses: SebRollen/toml-action@v1.0.0 +id: read_toml with: file: 'myfile.toml' field: 'package.version' ``` +You can now refer to the output in a later step using `steps.read_toml.outputs.value`