Skip to content

Commit

Permalink
Make release ready (#4)
Browse files Browse the repository at this point in the history
* Update name

* Update readme
  • Loading branch information
SamirMarin authored Apr 10, 2023
1 parent 8c66832 commit 54710e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The labels on the pr seperated by a comma. If labels are ["hello", "now", "new:n
```yaml
- name: Get bump version
id: bump_label
uses: SamirMarin/get-labels-action@v0.0.1
uses: SamirMarin/get-labels-action@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label_key: bump
Expand All @@ -64,7 +64,7 @@ The labels on the pr seperated by a comma. If labels are ["hello", "now", "new:n

- name: Get tag prefix
id: tag_prefix
uses: SamirMarin/get-labels-action@v0.0.1
uses: SamirMarin/get-labels-action@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label_key: version
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Get labels'
description: 'Gets PR labels'
name: 'Get labels action by key'
description: 'Gets PR label by a specified key'
inputs:
label_key:
description: 'the key of a keyed label i.e <label_key>:<label_value>'
Expand Down

0 comments on commit 54710e2

Please sign in to comment.