From 0b184893278620bb421a85c8b47df36900cd4df7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 21 Dec 2024 17:54:14 -0500 Subject: [PATCH] build(poeditor): change commit message for translation update PRs Signed-off-by: Deluan --- .github/workflows/update-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 9870761c3..70a9de3d8 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -28,6 +28,6 @@ jobs: with: token: ${{ secrets.PAT }} author: "navidrome-bot " - commit-message: "fix(ui): update translations from POEditor" + commit-message: "fix(ui): update ${{ steps.poeditor.outputs.title }} translations from POEditor" title: "fix(ui): update ${{ steps.poeditor.outputs.title }} translations from POEditor" branch: update-translations