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.
2 parents 25f3244 + 93ed375 commit 9ea9b81Copy full SHA for 9ea9b81
.github/workflows/reusable-generate_other_formats.yaml
@@ -94,13 +94,16 @@ jobs:
94
echo "Model list: $models_list"
95
for name in $(echo "$models_list" | tr ',' '\n'); do
96
echo "Processing: $name"
97
+ git status
98
git add json-schema-autogen/${name}.json
99
git add jsonld-context-autogen/${name}.context.jsonld
100
git add models_py-autogen/${name}.py
101
git add erdiagram-autogen/${name}.md
102
103
done
104
if ! git diff --cached --quiet; then
105
git commit -m "generate another formats for ${models_list} model(s)"
106
107
if git pull --rebase; then
108
git push
109
else
0 commit comments