mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-29 05:09:10 +00:00
9505132aaf
update-screenshots: replace direct git push to develop (blocked by branch protection) with peter-evans/create-pull-request@v6, which opens or updates a chore/refresh-screenshots PR instead. sync-docs: add continue-on-error on the sencho-docs checkout so an empty repo doesn't abort the job. A new init step runs git init -b main and re-adds the remote when .git is missing. Final push uses git push origin HEAD:main to work on both first-run (empty repo) and subsequent runs (existing branch).