From 1927e19c6e4adba387f3ea217f8bbbedbfb84708 Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 29 Mar 2024 10:58:42 -0700 Subject: [PATCH] fix(tools): correct file name (#54249) --- .github/workflows/crowdin-download.curriculum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.curriculum.yml b/.github/workflows/crowdin-download.curriculum.yml index 9004d1ca250..7bc8648bc2f 100644 --- a/.github/workflows/crowdin-download.curriculum.yml +++ b/.github/workflows/crowdin-download.curriculum.yml @@ -364,7 +364,7 @@ jobs: # We do not need to run tests because they are run after the PR is created. - name: Overwrite Execute-Brain.md - run: tools/scripts/execute-brain.sh + run: tools/scripts/move-bf.sh # Create Commit - name: Commit Changes