From b554ab736e7c725bf7ddebb80b814e6c53232b46 Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Sun, 25 May 2025 00:09:10 +0800 Subject: [PATCH] [CI/Build] fix permission denied issue (#18645) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- .github/workflows/cleanup_pr_body.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup_pr_body.yml b/.github/workflows/cleanup_pr_body.yml index 50fea0c43cb8..3250b6671989 100644 --- a/.github/workflows/cleanup_pr_body.yml +++ b/.github/workflows/cleanup_pr_body.yml @@ -23,4 +23,4 @@ jobs: - name: Update PR description env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}" + run: bash .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"