Skip to content

Commit 5cef818

Browse files
committed
Merge branch 'master' into v1-release
2 parents 528741c + 194ad8c commit 5cef818

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ Dead simple:
99

1010
```yaml
1111
steps:
12-
- uses: olegtarasov/get-tag@v1
12+
- uses: olegtarasov/get-tag@j1
13+
id: tagName
14+
- name: Some other step
15+
with:
16+
tagname: ${{ steps.tagName.outputs.tag }}
1317
```

0 commit comments

Comments
 (0)