Skip to content

Commit b554ab7

Browse files
reidliu41reidliu41
and
reidliu41
authored
[CI/Build] fix permission denied issue (#18645)
Signed-off-by: reidliu41 <[email protected]> Co-authored-by: reidliu41 <[email protected]>
1 parent 9ea7f1a commit b554ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup_pr_body.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Update PR description
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"
26+
run: bash .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"

0 commit comments

Comments
 (0)