s1seven / schema-tools

Tools to create, validate and render certificates using Material Identity JSON schemas
https://materialidentity.org/
Apache License 2.0
1 stars 1 forks source link

feat: auto merge build changes before running the repo-sync job #148

Closed eamon0989 closed 2 years ago

eamon0989 commented 2 years ago

Description

The build step is automatically run in the CI workflow, but changes to dist are not committed. Because of this, it is up to the user to run the build step and push the changes if they want to sync the changes to the CoA and EN10168 repos automatically. The CI workflow should be updated to check if there have been any changes to the files in dist folders (in coa-generate-pdf and en10168-generate-pdf) after the build step. If there are changes and the action is run in a PR, commit and push the changes. Then run the repo-sync action.