From d9e9cf8967de69203e0893023b11f9a83a307497 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:38:58 +0100 Subject: [PATCH] workflows: Fix commit name for daily translations. Also keep [ci skip] at the start of the commit name as some workflows may require it at the start. --- .github/workflows/cron_update_base_translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron_update_base_translation.yml b/.github/workflows/cron_update_base_translation.yml index 099706faee..15706c166e 100644 --- a/.github/workflows/cron_update_base_translation.yml +++ b/.github/workflows/cron_update_base_translation.yml @@ -20,7 +20,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: "Qt: Update Base Translation" - commit-message: "[ci skip]" + commit-message: "[ci skip] Qt: Update Base Translation." committer: "PCSX2 Bot " author: "PCSX2 Bot " body: "Daily update of base translation sources."