Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Nov 28, 2023
1 parent 06df393 commit 1bcea90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Action to determine if a tag exists.

## Usage

To check if the tag `example` exists in your repo:
To check if a tag named `example` exists in your repo:

```yaml
- uses: action-pack/tag-exists@v1
id: checktag
id: check
with:
tag: 'example'

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

### `tag`
Expand Down

0 comments on commit 1bcea90

Please sign in to comment.