From 6888ea92ec01fd3aa4ff3b6d35c5100c462c7321 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