about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-28 17:43:45 +0000
committerbors <bors@rust-lang.org>2023-06-28 17:43:45 +0000
commit38dd674eabd5b4d6ebf610f1d39ea9d2a22176ee (patch)
tree101d905a6c6f010207a2ac033cfaf89741582cf7
parentae89ca3fbb6c9e499b406e2f318920018365e415 (diff)
parenteb85c8f70bbed412692d489c0383ccbdbd7cd8ba (diff)
downloadrust-38dd674eabd5b4d6ebf610f1d39ea9d2a22176ee.tar.gz
rust-38dd674eabd5b4d6ebf610f1d39ea9d2a22176ee.zip
Auto merge of #15163 - NanthR:fix-ci, r=lnicola
fix(metrics): Push to master branch
-rw-r--r--.github/workflows/metrics.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml
index 37603d6ff6d..fd86d5622b9 100644
--- a/.github/workflows/metrics.yaml
+++ b/.github/workflows/metrics.yaml
@@ -140,6 +140,6 @@ jobs:
         cd metrics
         git add .
         git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
-        git push origin new
+        git push origin master
     env:
       METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}