fix(metrics): Push to master branch

This commit is contained in:
Raghul Nanth A 2023-06-28 23:11:35 +05:30 committed by GitHub
parent ae89ca3fbb
commit eb85c8f70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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