Auto merge of #15163 - NanthR:fix-ci, r=lnicola

fix(metrics): Push to master branch
This commit is contained in:
bors 2023-06-28 17:43:45 +00:00
commit 38dd674eab

View File

@ -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 }}