about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaghul Nanth A <nanth.raghul@gmail.com>2023-06-28 23:11:35 +0530
committerGitHub <noreply@github.com>2023-06-28 23:11:35 +0530
commiteb85c8f70bbed412692d489c0383ccbdbd7cd8ba (patch)
tree101d905a6c6f010207a2ac033cfaf89741582cf7
parentae89ca3fbb6c9e499b406e2f318920018365e415 (diff)
downloadrust-eb85c8f70bbed412692d489c0383ccbdbd7cd8ba.tar.gz
rust-eb85c8f70bbed412692d489c0383ccbdbd7cd8ba.zip
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 }}