We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5039ea commit f5506f5Copy full SHA for f5506f5
.github/workflows/examples_matrix.yml
@@ -52,8 +52,9 @@ jobs:
52
PR_NUMBER: ${{ github.event.pull_request.number }}
53
run: |
54
# Clone the repository
55
- git clone https://github.com/${{ github.repository }}.git .
56
-
+ git clone https://github.com/${{ github.repository }}
+ cd ${{ github.event.repository.name }}
57
+
58
# Fetch the pull request
59
git fetch origin +refs/pull/$PR_NUMBER/merge:
60
0 commit comments