Skip to content

Commit

Permalink
chore(-): README 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu9341 committed Oct 4, 2024
1 parent a845df7 commit 52c3446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PR Stats
uses: "naver/pr-stats@v0.1.0"
uses: "naver/pr-stats@v1.0.0"
with:
token: ${{ secrets.GITHUB_TOKEN }}
# with 인자 설명을 반드시 참고하세요.
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: PR Stats
uses: "naver/pr-stats@v0.1.0"
uses: "naver/pr-stats@v1.0.0"
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
Expand Down

0 comments on commit 52c3446

Please sign in to comment.