Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the update.sh workflow action to handle no changes
Previously the branch was created and pushed no matter if changes were committed, which made subsequent runs fail. This is fixed by using distinctly named branches, and by exiting early if no changes are to be committed.
- Loading branch information