fix(tools): correct file name (#54249)

This commit is contained in:
Naomi
2024-03-29 10:58:42 -07:00
committed by GitHub
parent 83b6e4e533
commit 1927e19c6e

View File

@@ -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