diff --git a/.github/workflows/buildin_types_check.yml b/.github/workflows/buildin_types_check.yml index 1c369b7..a339341 100644 --- a/.github/workflows/buildin_types_check.yml +++ b/.github/workflows/buildin_types_check.yml @@ -24,5 +24,6 @@ jobs: git config --global user.email "danielmolinero111@cyberdude.com" git config --global user.name "Papishushi" git add . + git push git commit -m "Update BuildinTypes.xml via GitHub Actions" git pull