Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku authored Oct 28, 2022
1 parent beec7b4 commit 403a2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ a string value of 'true' or 'false'
## Example usage

```yaml
- uses: mukunku/tag-exists-action@v1.0.0
- uses: mukunku/tag-exists-action@v1.1.0
id: checkTag
with:
tag: 'v1'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: echo ${{ steps.checkTag.outputs.exists }}
```
```

0 comments on commit 403a2b4

Please sign in to comment.