Skip to content

Commit

Permalink
workflows: Fix commit name for daily translations.
Browse files Browse the repository at this point in the history
Also keep [ci skip] at the start of the commit name as some workflows may require it at the start.
  • Loading branch information
lightningterror committed Nov 5, 2024
1 parent 041b0cb commit d9e9cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron_update_base_translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
author: "PCSX2 Bot <[email protected]>"
body: "Daily update of base translation sources."
Expand Down

0 comments on commit d9e9cf8

Please sign in to comment.