Skip to content

Commit d480e81

Browse files
debug
1 parent f7fbab1 commit d480e81

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/split.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
git config --local user.name "github-actions[bot]"
4545
git config --local user.email "[email protected]"
4646
git commit -am "[CI] Split table to records"
47+
git status
4748
4849
- name: Push changes
4950
uses: ad-m/github-push-action@master

db_files_dir/iam/users.data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110109,5 +110109,11 @@
110109110109
"name": "dfsad",
110110110110
"createdAt": "2022-06-11 23:29:34",
110111110111
"updatedAt": "2022-06-11 23:29:34"
110112+
},
110113+
{
110114+
"userId": "789900000001",
110115+
"name": "dfsad",
110116+
"createdAt": "2022-06-11 23:29:34",
110117+
"updatedAt": "2022-06-11 23:29:34"
110112110118
}
110113110119
]

0 commit comments

Comments
 (0)