We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa1c67 commit c20109bCopy full SHA for c20109b
README.md
@@ -11,11 +11,11 @@ Internet.
11
steps:
12
- uses: tdemin/find-latest-tag@v1
13
with:
14
- repository: https://github.com/tdemin/gmnhg.git
+ repo: https://github.com/tdemin/gmnhg.git
15
# v0.4.0
16
- uses: tdemin@find-latest-tag@v1
17
18
- repository: https://github.com/golang/go.git
+ repo: https://github.com/golang/go.git
19
tag: '^go1'
20
# go1.17.1
21
```
@@ -24,7 +24,7 @@ steps:
24
25
### Inputs
26
27
-* `repository`: *required*, Git URI of a remote to check tags from.
+* `repo`: *required*, Git URI of a remote to check tags from.
28
* `tag`: optional, regex to check tag names against (default `""`).
29
30
Private repository authentication is currently not implemented, although you can
0 commit comments