Skip to content

Commit f5506f5

Browse files
committed
fix ci
1 parent c5039ea commit f5506f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
PR_NUMBER: ${{ github.event.pull_request.number }}
5353
run: |
5454
# Clone the repository
55-
git clone https://github.com/${{ github.repository }}.git .
56-
55+
git clone https://github.com/${{ github.repository }}
56+
cd ${{ github.event.repository.name }}
57+
5758
# Fetch the pull request
5859
git fetch origin +refs/pull/$PR_NUMBER/merge:
5960

0 commit comments

Comments
 (0)