Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHoDiep committed Mar 19, 2024
1 parent 30b8e00 commit f1ecfad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
cd typeLib # Di chuyển vào thư mục của submodule
git config --global user.email "[email protected]"
git config --global user.name "[email protected]"
git stash push
git checkout main # Chuyển sang nhánh main của submodule (hoặc nhánh mong muốn)
git stash pop
git merge --abort # Hủy bỏ quá trình merge và giữ lại phiên bản trước đó
# git checkout main # Chuyển sang nhánh main của submodule (hoặc nhánh mong muốn)
git add . # Thêm submodule vào index
git commit -m "Update submodule"
git push origin main # Push các thay đổi vào nhánh main của submodule
Expand Down

0 comments on commit f1ecfad

Please sign in to comment.