Skip to content

Commit

Permalink
fix(ci): pr branch duplicate name (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jul 31, 2024
1 parent 8f55816 commit 5ffe595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.PERSONAL_TOKEN }}
- name: gh checkout pr
env:
Expand All @@ -76,6 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.PERSONAL_TOKEN }}
- name: gh checkout pr
env:
Expand Down

0 comments on commit 5ffe595

Please sign in to comment.