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 828071c commit 7a8354fCopy full SHA for 7a8354f
.github/workflows/e2e.yml
@@ -40,7 +40,7 @@ jobs:
40
-
41
name: Update Dead Code Detector
42
run: |
43
- composer config repositories.pr vcs https://github.com/${{ github.repository }}
+ composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
44
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --with-all-dependencies
45
46
0 commit comments