about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-16 13:35:33 +0000
committerbors <bors@rust-lang.org>2023-10-16 13:35:33 +0000
commit2910dbf12d78bbcdbde8ec5d83bb07947c8352ea (patch)
tree3008ff913c54af93917f68b6c4b4793024b6f9a8
parent03f676ed1fa3d9c0b39a8ba629b9cec0a142fe93 (diff)
parent490cdfecb59f3d60db97318b2fa90414685702ab (diff)
downloadrust-2910dbf12d78bbcdbde8ec5d83bb07947c8352ea.tar.gz
rust-2910dbf12d78bbcdbde8ec5d83bb07947c8352ea.zip
Auto merge of #15770 - lnicola:metrics-url, r=lnicola
internal: Fix metrics repo url
-rw-r--r--.github/workflows/metrics.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml
index e43149916eb..741e559953f 100644
--- a/.github/workflows/metrics.yaml
+++ b/.github/workflows/metrics.yaml
@@ -145,7 +145,7 @@ jobs:
           chmod 600 ~/.ssh/id_ed25519
           chmod 700 ~/.ssh
 
-          git clone --depth 1 git@github.com/rust-analyzer/metrics.git
+          git clone --depth 1 git@github.com:rust-analyzer/metrics.git
           jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
           cd metrics
           git add .