From ffc31eceebcd1435f66a5b63636abe51542d689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Thu, 15 Aug 2024 11:22:46 +0800 Subject: [PATCH] fix(pr-comment-ci): resolve update-common --- .github/workflows/pr-comment-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index 37af3d6c0d..4660c26625 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -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: |