Skip to content

Commit

Permalink
docs: Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent 7efe60c commit ce5855f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Action to determine if a tag exists.

## Usage
## Usage πŸš€

To check if a tag named `example` exists in your current repository:

Expand All @@ -22,21 +22,21 @@ To check if a tag named `example` exists in your current repository:
- run: echo ${{ steps.check.outputs.exists }}
```
## Inputs
## Inputs πŸ“
### `tag`
### `tag`

**Required** - The tag to search for.
**Required** - The tag to search for.

### `repo`
### `repo`

**Optional** - External repository name in`owner/repo` format.
**Optional** - External repository name in`owner/repo` format.

## Outputs
## Outputs πŸ“

### `exists`
### `exists`

A string value of 'true' or 'false'
A string value of 'true' or 'false'

## Stars
## Stars 🌟
[![Stars](https://starchart.cc/action-pack/tag-exists.svg?variant=adaptive)](https://starchart.cc/action-pack/tag-exists)

0 comments on commit ce5855f

Please sign in to comment.