Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Corrected "release" into "tag"
  • Loading branch information
EndBug committed Nov 28, 2019
1 parent fad008a commit 57befac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Run latest-tag
uses: ./.
with:
description: This release has been auto-generated by this action. You can check the workflow in this repository ;)
description: This tag has been auto-generated by this action. You can check the workflow in this repository ;)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ That's why I made this action: if you're the kind of guy that doesn't like to up

These are the parameters you can use with the action:

- `description`: [optional] Description for the release
- `description`: [optional] Description for the tag

## Usage

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Run latest-tag
uses: EndBug/latest-tag@latest
with:
description: Description for the release
description: Description for the tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ branding:

inputs:
description:
description: 'Description for the release'
description: 'Description for the tag'
required: false
default: 'This tag has been auto-generated by latest-tag'

0 comments on commit 57befac

Please sign in to comment.