From 68a116ca86ad5a9a47454b390daba9829337522f Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 3 Oct 2024 21:46:07 -0400 Subject: [PATCH] update PR msg --- .github/workflows/kernel_packages_update.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kernel_packages_update.yml b/.github/workflows/kernel_packages_update.yml index 756e734..172ea28 100644 --- a/.github/workflows/kernel_packages_update.yml +++ b/.github/workflows/kernel_packages_update.yml @@ -19,10 +19,9 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: Daily update - title: Daily update + commit-message: Base linuxPackages update + title: Base linuxPackages update body: | - This is an automated pull request. - Daily update performed+9 at $(date) + Update linuxPackages branch: daily-update delete-branch: true