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.
2 parents 838523d + 0c3a524 commit 1214404Copy full SHA for 1214404
.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