chore(test): update test user model (#7)
Java CI with Maven / build-and-test (push) Successful in 7m2s
Release package / release (push) Failing after 12m15s

Co-authored-by: TranHuuDanh <tranhuudanh@demonkernel.io.vn>
Co-authored-by: gitea-actions <actions-user@noreply.git.demonkernel.io.vn>
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-03-25 07:45:49 +00:00
parent bfd12e32f9
commit 0fa8e37c88
2 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
- name: Commit & Push Changes
run: |
if [ -n "$(git status --porcelain)" ]; then
if [ -n "$(git status --porcelain)" ]&& [ "${{ github.ref_name }}" = "main" ]; then
git config --global user.name "gitea-actions"
git config --global user.email "actions-user@noreply.git.demonkernel.io.vn"