From 5be498125927215b20372736d2360501bfa7f683 Mon Sep 17 00:00:00 2001
From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com>
Date: Mon, 22 Jul 2024 20:04:24 +1000
Subject: [PATCH] fix: I forgor to checkout the repo

---
 .github/workflows/translations.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index daa41be..be755e9 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -41,6 +41,9 @@ jobs:
     name: Update strings from Crowdin
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout repo
+        uses: actions/checkout@v4
+        
       - name: Grab strings from Crowdin
         uses: crowdin/github-action@v2.0.0
         with: