We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d360dbc commit 4b26effCopy full SHA for 4b26eff
scripts/run-gpu-tests.sh
@@ -16,7 +16,7 @@ echo ""
16
17
# Clone repository
18
echo "=== Cloning Repository ==="
19
-REPO_URL="https://github.com/${GITHUB_REPOSITORY:-facebookresearch/baspacho}.git"
+REPO_URL="https://github.com/${GITHUB_REPOSITORY:-ChipFlow/Sprux}.git"
20
if [ -n "${GITHUB_TOKEN:-}" ]; then
21
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
22
fi
0 commit comments