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 }} ```