Skip to content

Commit 7a8354f

Browse files
authored
E2E: fix repo ref in forks (#182)
1 parent 828071c commit 7a8354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-
4141
name: Update Dead Code Detector
4242
run: |
43-
composer config repositories.pr vcs https://github.com/${{ github.repository }}
43+
composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
4444
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --with-all-dependencies
4545
4646
-

0 commit comments

Comments
 (0)