From f6571e03be45c8054843900af83ee3ab541033c9 Mon Sep 17 00:00:00 2001 From: Garam Kim <30666186+garam-kim1@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:36:34 +0900 Subject: [PATCH] Update tree_sitter_maker.yml --- .github/workflows/tree_sitter_maker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tree_sitter_maker.yml b/.github/workflows/tree_sitter_maker.yml index 1b4bbc1..2310bdd 100644 --- a/.github/workflows/tree_sitter_maker.yml +++ b/.github/workflows/tree_sitter_maker.yml @@ -46,7 +46,8 @@ jobs: find . -type f -exec sed -i 's/Python/Mojo/g' {} + find . -type f -exec sed -i 's/python/mojo/g' {} + find . -type f -name '*python*' -exec bash -c 'mv "$0" "${0//python/mojo}"' {} \; - + echo $(find .) + - name: Restore backups run: | mkdir -p .github/workflows @@ -57,7 +58,7 @@ jobs: - name: Commit changes run: | - echo &(git status) + git config --global user.name 'GitHub Actions' git config --global user.email '' git add -A