diff --git a/.github/workflows/combine-schema.v3.2.yml b/.github/workflows/combine-schema.v3.2.yml index aa66f41..206451e 100644 --- a/.github/workflows/combine-schema.v3.2.yml +++ b/.github/workflows/combine-schema.v3.2.yml @@ -71,6 +71,7 @@ jobs: git status if ! git diff --cached --quiet; then git commit -m "Auto-update combined schema" + git push origin auto/schema-update echo "changes_present=true" >> "$GITHUB_OUTPUT" else echo "No changes to commit."