Skip to content

Commit

Permalink
ci(cron-nightly-rust): fix PR title and commit msg (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Feb 3, 2025
1 parent cd459b3 commit f1592ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cron-nightly-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1592ae

Please sign in to comment.