Skip to content

Commit 07ad9ee

Browse files
authored
Merge pull request #44 from saethlin/conjobs
Conjob -> Cronjob
2 parents e01b276 + 37aa897 commit 07ad9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- name: setup bot git name and email
8181
run: |
82-
git config --global user.name 'The Miri Conjob Bot'
82+
git config --global user.name 'The Miri Cronjob Bot'
8383
git config --global user.email '[email protected]'
8484
- name: Create PR
8585
env:

0 commit comments

Comments
 (0)