diff options
| author | Ralf Jung <post@ralfj.de> | 2024-03-04 16:22:30 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-03-04 16:22:30 +0100 |
| commit | a477cf45ffafaee7d9523eb49a43b8c9b61c0ff4 (patch) | |
| tree | 9f6039534ae887301cff7679bbf566a21321670e | |
| parent | e87f82578d4474fc1034b6aeaa8414ba690f165d (diff) | |
| download | rust-a477cf45ffafaee7d9523eb49a43b8c9b61c0ff4.tar.gz rust-a477cf45ffafaee7d9523eb49a43b8c9b61c0ff4.zip | |
Conjob → Cronjob
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 0954c57a1db..49ed7ffce22 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -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 |
