We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b276 commit 37aa897Copy full SHA for 37aa897
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: actions/checkout@v4
80
- name: setup bot git name and email
81
run: |
82
- git config --global user.name 'The Miri Conjob Bot'
+ git config --global user.name 'The Miri Cronjob Bot'
83
git config --global user.email 'miri@cron.bot'
84
- name: Create PR
85
env:
0 commit comments