From 194ad8cc641b827f870fcae81417d244bf066135 Mon Sep 17 00:00:00 2001 From: Oleg Tarasov Date: Mon, 16 Sep 2019 09:46:22 +0300 Subject: [PATCH] Updated the readme to reflect tag name in action output. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d08b39..01c00b4c 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,9 @@ Dead simple: ```yaml steps: - - uses: olegtarasov/get-tag@v1 + - uses: olegtarasov/get-tag@j1 + id: tagName + - name: Some other step + with: + tagname: ${{ steps.tagName.outputs.tag }} ```