Skip to content

Commit 199f634

Browse files
committed
Fix PIE repository URL to use upstream valkey-io repository
- Change from jduo/valkey-glide-php to valkey-io/valkey-glide-php - Use branch reference instead of commit SHA for upstream repo - Ensures PIE can find the correct branch and commits Signed-off-by: James Duong <[email protected]>
1 parent c77b66b commit 199f634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pie.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
"version_normalized": "1.0.0.0",
8686
"source": {
8787
"type": "git",
88-
"url": "https://github.com/jduo/valkey-glide-php.git",
89-
"reference": "${{ github.sha }}"
88+
"url": "https://github.com/valkey-io/valkey-glide-php.git",
89+
"reference": "${{ github.head_ref || github.ref_name }}"
9090
},
9191
"type": "php-ext",
9292
"php-ext": {

0 commit comments

Comments
 (0)