Skip to content

Commit

Permalink
Merge branch 'master' into v1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtarasov committed Sep 16, 2019
2 parents 528741c + 194ad8c commit 5cef818
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 5cef818

Please sign in to comment.