Skip to content

Commit c20109b

Browse files
committed
Fix README.md
1 parent 9fa1c67 commit c20109b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Internet.
1111
steps:
1212
- uses: tdemin/find-latest-tag@v1
1313
with:
14-
repository: https://github.com/tdemin/gmnhg.git
14+
repo: https://github.com/tdemin/gmnhg.git
1515
# v0.4.0
1616
- uses: tdemin@find-latest-tag@v1
1717
with:
18-
repository: https://github.com/golang/go.git
18+
repo: https://github.com/golang/go.git
1919
tag: '^go1'
2020
# go1.17.1
2121
```
@@ -24,7 +24,7 @@ steps:
2424

2525
### Inputs
2626

27-
* `repository`: *required*, Git URI of a remote to check tags from.
27+
* `repo`: *required*, Git URI of a remote to check tags from.
2828
* `tag`: optional, regex to check tag names against (default `""`).
2929

3030
Private repository authentication is currently not implemented, although you can

0 commit comments

Comments
 (0)