diff --git a/.github/workflows/push_lib_widget.yml b/.github/workflows/push_lib_widget.yml index b8070be..dfd27d5 100644 --- a/.github/workflows/push_lib_widget.yml +++ b/.github/workflows/push_lib_widget.yml @@ -43,7 +43,6 @@ jobs: git config --global --add safe.directory /__w/DangoUnit/DangoUnit git config --global user.email "github-actions@example.com" git config --global user.name "GitHub Actions" - git add . git commit -am "Update versionCode" echo ${{ secrets.PERSONAL_ACCESS_TOKEN }} git push