We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b2530 commit 5c39604Copy full SHA for 5c39604
README.md
@@ -21,7 +21,7 @@ A string value of 'true' or 'false'
21
22
To check if the tag `v1.0` exists in your repo:
23
```yaml
24
-- uses: mukunku/tag-exists-action@v1.6.0
+- uses: mukunku/tag-exists-action@v1.7.0
25
id: check-tag
26
with:
27
tag: 'v1.0'
@@ -32,7 +32,7 @@ To check if the tag `v1.0` exists in your repo:
32
33
To check if the tag [`v1.0.0`](https://github.com/actions/checkout/releases/tag/v1.0.0) exists in the repo `actions/checkout`:
34
35
36
37
38
tag: 'v1.0.0'
0 commit comments