From 787e11b4266581c7623afa1bd950aecfe64e8eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Jul 2026 22:23:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20notify=20translations=20ch?= =?UTF-8?q?eckout=20target=20(#15933)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/notify-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notify-translations.yml b/.github/workflows/notify-translations.yml index aa006978c9..261be1a985 100644 --- a/.github/workflows/notify-translations.yml +++ b/.github/workflows/notify-translations.yml @@ -32,6 +32,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: + ref: ${{ github.event.repository.default_branch }} persist-credentials: false - name: Set up Python uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0