We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fbab1 commit d480e81Copy full SHA for d480e81
.github/workflows/split.yml
@@ -44,6 +44,7 @@ jobs:
44
git config --local user.name "github-actions[bot]"
45
git config --local user.email "[email protected]"
46
git commit -am "[CI] Split table to records"
47
+ git status
48
49
- name: Push changes
50
uses: ad-m/github-push-action@master
db_files_dir/iam/users.data.json
@@ -110109,5 +110109,11 @@
110109
"name": "dfsad",
110110
"createdAt": "2022-06-11 23:29:34",
110111
"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"
110118
}
110119
]
0 commit comments