From 59c383e241f0e13b7637d49af2cba8aa8425b7c5 Mon Sep 17 00:00:00 2001 From: zskhan Date: Mon, 4 May 2026 14:50:22 +0200 Subject: [PATCH] chore: update checkout action to fetch master branch with full history --- .github/workflows/pull-translations-from-crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-translations-from-crowdin.yml b/.github/workflows/pull-translations-from-crowdin.yml index 6587a414460..4e387144bd7 100644 --- a/.github/workflows/pull-translations-from-crowdin.yml +++ b/.github/workflows/pull-translations-from-crowdin.yml @@ -22,6 +22,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + with: + ref: master + fetch-depth: 0 - name: Download translations and create PR uses: crowdin/github-action@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d