ci: change automatic CI bot committer name to something without special characters
This commit is contained in:
parent
aa8655552b
commit
775d0c74cd
|
@ -32,6 +32,7 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
author: Update Nightly Rustc Bot <bot@example.com>
|
author: Update Nightly Rustc Bot <bot@example.com>
|
||||||
|
committer: Update Nightly Rustc Bot <bot@example.com>
|
||||||
title: Automated daily update to rustc (to nightly-${{ env.nightly_date }})
|
title: Automated daily update to rustc (to nightly-${{ env.nightly_date }})
|
||||||
body: |
|
body: |
|
||||||
Automated update to Github CI workflow `rust.yml` by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
|
Automated update to Github CI workflow `rust.yml` by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
|
||||||
|
|
Loading…
Reference in New Issue