Skip to content

Commit

Permalink
fix(pr-comment-ci): resolve update-common (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Aug 15, 2024
1 parent 2c2d2f0 commit 6c5bab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:

- name: gh checkout pr
env:
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }} --recurse-submodules
run: gh pr checkout ${{ github.event.issue.number }}
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
run: gh pr checkout ${{ github.event.issue.number }} --recurse-submodules

- name: merge develop
run: |
Expand Down

0 comments on commit 6c5bab5

Please sign in to comment.