From 91bf439ea2b3f052fb6efcc4f273ab106fb2ec44 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:33:29 +1000 Subject: [PATCH] chore: only use main for translations.yml --- .github/workflows/translations.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 259e1c7..dde2485 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + ref: "main" - name: Generate Crowdin translations progress markdown uses: benjaminjonard/crowdin-translations-progress-action@1.0.7 @@ -37,6 +39,7 @@ jobs: author-email: actions@github.com commit-message: "Update Crowdin translation progress badge" remote: origin + remote-ref: main update-from-crowdin: name: Update strings from Crowdin @@ -44,6 +47,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + with: + ref: "main" - name: Grab strings from Crowdin uses: crowdin/github-action@v2.1.1