mirror of https://github.com/PCSX2/pcsx2.git
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.
This commit is contained in:
parent
041b0cb561
commit
d9e9cf8967
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
title: "Qt: Update Base Translation"
|
title: "Qt: Update Base Translation"
|
||||||
commit-message: "[ci skip]"
|
commit-message: "[ci skip] Qt: Update Base Translation."
|
||||||
committer: "PCSX2 Bot <PCSX2Bot@users.noreply.github.com>"
|
committer: "PCSX2 Bot <PCSX2Bot@users.noreply.github.com>"
|
||||||
author: "PCSX2 Bot <PCSX2Bot@users.noreply.github.com>"
|
author: "PCSX2 Bot <PCSX2Bot@users.noreply.github.com>"
|
||||||
body: "Daily update of base translation sources."
|
body: "Daily update of base translation sources."
|
||||||
|
|
Loading…
Reference in New Issue