Auto merge of #3356 - RalfJung:typo, r=RalfJung

Conjob → Cronjob

Same as https://github.com/rust-lang/miri-test-libstd/pull/44
This commit is contained in:
bors 2024-03-04 16:08:52 +00:00
commit 4fdb2152d9

View file

@ -187,7 +187,7 @@ jobs:
run: RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
- name: setup bot git name and email
run: |
git config --global user.name 'The Miri Conjob Bot'
git config --global user.name 'The Miri Cronjob Bot'
git config --global user.email 'miri@cron.bot'
- name: get changes from rustc
run: ./miri rustc-pull