fix(name): Push to rust-analyzer metrics repo
This commit is contained in:
parent
5d77839b25
commit
68e64025fd
9
.github/workflows/metrics.yaml
vendored
9
.github/workflows/metrics.yaml
vendored
@ -235,10 +235,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Combine json
|
- name: Combine json
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://$METRICS_TOKEN@github.com/nanthR/metrics.git
|
git clone --depth 1 https://$METRICS_TOKEN@github.com/rust-analyzer/metrics.git
|
||||||
jq -s ".[0] * .[1] * .[2] * .[3] * .[4]" build.json self.json ripgrep.json webrender.json diesel.json -c >> metrics/metrics.json
|
jq -s ".[0] * .[1] * .[2] * .[3] * .[4]" build.json self.json ripgrep.json webrender.json diesel.json -c >> metrics/metrics.json
|
||||||
git -C metrics add .
|
cd metrics
|
||||||
git -C metrics -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
|
git add .
|
||||||
git -C metrics push origin master
|
git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
|
||||||
|
git push origin new
|
||||||
env:
|
env:
|
||||||
METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}
|
METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user