ci: change automatic CI bot committer name to something without special characters

This commit is contained in:
Andrew Poelstra 2024-03-05 14:08:41 +00:00
parent aa8655552b
commit 775d0c74cd
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
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 }})
body: |
Automated update to Github CI workflow `rust.yml` by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action