From 0dc31c8418d4982c9078b3cfa440b5e05ed98413 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 12 Jul 2024 22:54:40 +0200 Subject: [PATCH] bash --- .github/workflows/translation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index fc8ee47bc..47a7769e7 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -22,8 +22,8 @@ jobs: - name: Run all po_gen scripts run: | - ./po_gen.sh - ./install/po_gen_installer.sh + bash po_gen.sh + bash install/po_gen_installer.sh - name: Commit changes run: |