Skip to content

Commit

Permalink
Update buildin_types_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Papishushi authored Dec 28, 2023
1 parent 0038736 commit b77095d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildin_types_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
run: |
chmod +x ./Core/BuildinTypesUpdater.sh
./Core/BuildinTypesUpdater.sh
- name: Commit and Push Changes
run: |
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 push
git pull

0 comments on commit b77095d

Please sign in to comment.