Skip to content

Commit 9ea9b81

Browse files
committed
Merge branch 'main' of https://github.com/atlaskb/models into issue_182_fixing_bican_biolink
2 parents 25f3244 + 93ed375 commit 9ea9b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-generate_other_formats.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,16 @@ jobs:
9494
echo "Model list: $models_list"
9595
for name in $(echo "$models_list" | tr ',' '\n'); do
9696
echo "Processing: $name"
97+
git status
9798
git add json-schema-autogen/${name}.json
9899
git add jsonld-context-autogen/${name}.context.jsonld
99100
git add models_py-autogen/${name}.py
100101
git add erdiagram-autogen/${name}.md
102+
git status
101103
done
102104
if ! git diff --cached --quiet; then
103105
git commit -m "generate another formats for ${models_list} model(s)"
106+
git status
104107
if git pull --rebase; then
105108
git push
106109
else

0 commit comments

Comments
 (0)