about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 }}