File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,11 @@ jobs:
235
235
236
236
- name : Combine json
237
237
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
239
239
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
243
244
env :
244
245
METRICS_TOKEN : ${{ secrets.METRICS_TOKEN }}
You can’t perform that action at this time.
0 commit comments