Skip to content

Commit

Permalink
Update tree_sitter_maker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garam-kim1 authored Apr 12, 2024
1 parent 14d3cc5 commit f6571e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tree_sitter_maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f6571e0

Please sign in to comment.