From 33e7ae83dc0fbfedc3a02592ecd3d4e874788ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Wed, 18 Sep 2024 10:48:24 +0200 Subject: [PATCH] Fix wiki push --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 933d9686f..6abdf2485 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -61,7 +61,7 @@ jobs: if ! git diff --cached --quiet; then git commit -m "Automatic translations update" - git push + git push origin HEAD:master fi - name: Commit and push the changes to ASF