Skip to content

Commit

Permalink
update readme for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku authored Nov 30, 2022
1 parent b4106c2 commit 9298fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tag-exists-action
A Github action that determines if a tag exists
A GitHub action that determines if a tag exists in your repo.

## Inputs

Expand All @@ -16,12 +16,12 @@ a string value of 'true' or 'false'
## Example usage

```yaml
- uses: mukunku/tag-exists-action@v1.1.0
- uses: mukunku/tag-exists-action@v1.2.0
id: checkTag
with:
tag: 'v1'
tag: 'tag-to-search-for'

- run: echo ${{ steps.checkTag.outputs.exists }}
```
This action uses the `${{github.token}}` secret to automatically inject your access token. If you'd like to provide your own token instead check out [this help article](https://github.com/mukunku/tag-exists-action/wiki/Setting-the-GITHUB_TOKEN-explicitly)
This action uses the `${{github.token}}` secret to automatically inject your access token. If you'd like to provide your own token instead check out [this help article](https://github.com/mukunku/tag-exists-action/wiki/Setting-the-GITHUB_TOKEN-explicitly).

0 comments on commit 9298fbc

Please sign in to comment.