diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 96013f7..3c65287 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,5 +29,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git add . git commit -am "[Automated action] Update points" || true git push \ No newline at end of file