Skip to content

Commit

Permalink
use tagpr debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
snaka committed Sep 19, 2024
1 parent 76b4bad commit 21265da
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/run_tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: Songmu/tagpr@v1
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
version: "v1.4.1"
go-version: 1.20
- name: Install tagpr
run: go install github.com/snaka/tagpr@fix/api-rate-limitx
- name: Run tagpr
run: tagpr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21265da

Please sign in to comment.