Skip to content

Commit

Permalink
chore: update libraries (#41)
Browse files Browse the repository at this point in the history
* chore: update libraries

* chore: update libraries

* feat: build

* chore: update version
  • Loading branch information
shioyang authored Mar 20, 2024
1 parent 4364355 commit 14ff2b0
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The result if given ALL labels have be applied to the PR
## Example Usage

```
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["label-1", "label-2"]'
Expand All @@ -42,11 +42,11 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/[email protected].9
uses: shioyang/[email protected].10
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
timeout-minutes: 5
- name: See result
run: echo "${{ steps.check_pr_labels.outputs.result }}"
```
```
Loading

0 comments on commit 14ff2b0

Please sign in to comment.