From 147db98c14db21b91e8b1c8e2b65c4cfeb5f6a22 Mon Sep 17 00:00:00 2001 From: liujian <54946465+redscholar@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:36:16 +0800 Subject: [PATCH] fix: failed to get PR in kubesphere/helm-charts (#6199) Update sync-helm-chart.yaml failed to get PR Signed-off-by: liujian <54946465+redscholar@users.noreply.github.com> --- .github/workflows/sync-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-helm-chart.yaml b/.github/workflows/sync-helm-chart.yaml index 8cfdec9f3..3e1b7b7e6 100644 --- a/.github/workflows/sync-helm-chart.yaml +++ b/.github/workflows/sync-helm-chart.yaml @@ -60,7 +60,7 @@ jobs: GH_TOKEN: ${{ secrets.CIBOT_ACCESS_TOKEN }} run: | cd helm-charts - if [[ $(gh pr ls -R kubesphere/helm-charts -H ks-ci-bot:sync/ks-core/${GITHUB_REF#refs/*/} -B master) == "" ]]; then + if [[ $(gh pr ls -R kubesphere/helm-charts -A ks-ci-bot -H sync/ks-core/${GITHUB_REF#refs/*/} -B master) == "" ]]; then # Create a PR in the kubesphere/helm-charts repository gh pr create -R kubesphere/helm-charts \ -B master \