Skip to content

Commit 9550881

Browse files
committed
test=document_fix
1 parent 0140d45 commit 9550881

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/_Clone-linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ env:
1616
PR_ID: ${{ inputs.PR_ID }}
1717
COMMIT_ID: ${{ inputs.COMMIT_ID }}
1818

19-
permissions:
20-
contents: read
21-
pull-requests: read
22-
2319
jobs:
2420
Clone:
2521
# Don't run on forked repos.
@@ -41,7 +37,6 @@ jobs:
4137
git config --global user.name "paddleCI"
4238
git config --global user.email "paddleCI@badiu.com"
4339
git fetch origin pull/${{ github.event.pull_request.number }}/head:pr
44-
git branch
4540
git merge --no-ff pr
4641
git checkout -d pr
4742

0 commit comments

Comments
 (0)