Skip to content

Commit 1efbc0c

Browse files
committed
Parameterize repository URL to use current repo dynamically
- Use ${{ github.server_url }}/${{ github.repository }} instead of hardcoded URL - Makes workflow portable across forks and different repositories - Automatically uses the correct repository context Signed-off-by: James Duong <[email protected]>
1 parent 199f634 commit 1efbc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
"version_normalized": "1.0.0.0",
8686
"source": {
8787
"type": "git",
88-
"url": "https://github.com/valkey-io/valkey-glide-php.git",
88+
"url": "${{ github.server_url }}/${{ github.repository }}",
8989
"reference": "${{ github.head_ref || github.ref_name }}"
9090
},
9191
"type": "php-ext",

0 commit comments

Comments
 (0)