-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(cron-nightly-rust): fix PR title and commit msg (#647)
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,13 +53,11 @@ jobs: | |
- name: Create Pull Request | ||
if: env.changes_made == 'true' | ||
uses: peter-evans/create-pull-request@v7 | ||
env: | ||
NIGHTLY_DATE: ${{ env.nightly_date }} | ||
with: | ||
author: Update Nightly Rustc Bot <[email protected]> | ||
committer: Update Nightly Rustc Bot <[email protected]> | ||
title: Automated update to rustc (to nightly-$NIGHTLY_DATE) | ||
title: Automated update to rustc (to nightly-${{ env.nightly_date }}) | ||
body: | | ||
Automated update to Rust nightly by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action | ||
commit-message: Automated update to Rust nightly-$NIGHTLY_DATE | ||
commit-message: Automated update to Rust nightly-${{env.nightly_date }} | ||
branch: create-pull-request/automated-nightly-update |