chore(test): update test user model (#7)
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user