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 }}"