From 50d6007afa723cdd3aabaa0acd5c6d3b410c19c4 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 22 Apr 2021 23:25:00 +1000 Subject: [PATCH] Cleanup --- .github/workflows/translations.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 91ca36f9e0..a3950b2002 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -1,4 +1,4 @@ -name: Make Translation +name: Update Translation Files on: push: @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: get current translations + - name: Get Current Translations run: | git fetch git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"` @@ -42,7 +42,7 @@ jobs: - name: stash changes run: | git stash - - name: Checkout tranlation-branch + - name: Checkout Translation Branch uses: actions/checkout@v2.3.4 with: ref: l10