From 115b55f688fb8d7bc6656f582aa24d33b69d7c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Mon, 10 Aug 2020 12:31:37 +0300 Subject: [PATCH] changed workflow name --- .github/workflows/{crowdin.yml => translations.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{crowdin.yml => translations.yml} (93%) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/translations.yml similarity index 93% rename from .github/workflows/crowdin.yml rename to .github/workflows/translations.yml index cfffbade6..aba2343b3 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/translations.yml @@ -1,4 +1,4 @@ -name: Crowdin +name: Translations on: schedule: @@ -27,7 +27,7 @@ jobs: source: 'resources/lang/en-GB/*.php' translation: 'resources/lang/%locale%/%original_file_name%' - localization_branch_name: 'crowdin' + localization_branch_name: 'translations' commit_message: 'new crowdin translations' pull_request_title: 'New Crowdin translations' pull_request_body: 'https://crowdin.com/project/akaunting'