From 26f56fbdc942ff41b0a0877b181aa016bf5efee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:11:15 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07b737..13c2c48 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ A simple action to read a single field from a TOML file and output the value sto The value stored inside `file` at key `field`. ## Example usage - +``` uses: SebRollen/toml-action@v1.0.0 with: file: 'myfile.toml' field: 'package.version' +```