diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 404d862..5a887a9 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -22,7 +22,7 @@ jobs: run: | git config --local user.email "prism9411@gmail.com" git config --local user.name "LeeHyungJoo" - if [ -n "$(git status --porcelain)" ]; then + if [ -n "$(git status --porcelain)" ] then git add update_readme.sh git add README.md git commit -m "Update file count in README [skip ci]" --no-verify