From 8cfaced1d1e8a539b9a3158d7c2612c8b2588f54 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 30 Dec 2023 20:18:47 +0100 Subject: [PATCH] Fix translation workflow CI error: unable to find version `v2` --- .github/workflows/en-updates-to-translation-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/en-updates-to-translation-repo.yml b/.github/workflows/en-updates-to-translation-repo.yml index 50c7d4aae..77f03a5e0 100644 --- a/.github/workflows/en-updates-to-translation-repo.yml +++ b/.github/workflows/en-updates-to-translation-repo.yml @@ -34,7 +34,7 @@ jobs: run: md2po _i18n/en/general/*.md --po-filepath _i18n/translation-files/site-general.pot --save --quiet - name: Push to translation-files branch # see https://github.com/s0/git-publish-subdir-action - uses: s0/git-publish-subdir-action@v2 + uses: s0/git-publish-subdir-action@v2.6.0 env: REPO: self BRANCH: translation-files