Skip to content

Commit 68e6402

Browse files
committed
fix(name): Push to rust-analyzer metrics repo
1 parent 5d77839 commit 68e6402

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/metrics.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,11 @@ jobs:
235235

236236
- name: Combine json
237237
run: |
238-
git clone --depth 1 https://$METRICS_TOKEN@github.com/nanthR/metrics.git
238+
git clone --depth 1 https://$METRICS_TOKEN@github.com/rust-analyzer/metrics.git
239239
jq -s ".[0] * .[1] * .[2] * .[3] * .[4]" build.json self.json ripgrep.json webrender.json diesel.json -c >> metrics/metrics.json
240-
git -C metrics add .
241-
git -C metrics -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
242-
git -C metrics push origin master
240+
cd metrics
241+
git add .
242+
git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
243+
git push origin new
243244
env:
244245
METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}

0 commit comments

Comments
 (0)