Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 38dd674

Browse files
committed
Auto merge of rust-lang#15163 - NanthR:fix-ci, r=lnicola
fix(metrics): Push to master branch
2 parents ae89ca3 + eb85c8f commit 38dd674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ jobs:
140140
cd metrics
141141
git add .
142142
git -c user.name=Bot -c [email protected] commit --message 📈
143-
git push origin new
143+
git push origin master
144144
env:
145145
METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }}

0 commit comments

Comments
 (0)