"docs/vscode:/vscode.git/clone" did not exist on "a4e2b268568b335d8fe37f8eaaa894cec3ba9397"
Unverified Commit b554ab73 authored by Reid's avatar Reid Committed by GitHub
Browse files

[CI/Build] fix permission denied issue (#18645)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
Co-authored-by: default avatarreidliu41 <reid201711@gmail.com>
parent 9ea7f1ab
...@@ -23,4 +23,4 @@ jobs: ...@@ -23,4 +23,4 @@ jobs:
- name: Update PR description - name: Update PR description
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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 }}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment