Skip to content

Commit

Permalink
Updated the readme to reflect tag name in action output.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtarasov committed Sep 16, 2019
1 parent a378600 commit 194ad8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
```

0 comments on commit 194ad8c

Please # to comment.