We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a0862 commit 0c3a524Copy full SHA for 0c3a524
.github/workflows/metrics.yaml
@@ -146,7 +146,7 @@ jobs:
146
chmod 700 ~/.ssh
147
148
git clone --depth 1 git@github.com:rust-analyzer/metrics.git
149
- jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5] * .[6]" 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
+ 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
150
cd metrics
151
git add .
152
git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
0 commit comments