odin-blend2d

Odin bindings to Blend2D
Log | Files | Refs | README | LICENSE

mirror-sync.yml (357B)


      1 image: alpine/edge
      2 packages:
      3   - git
      4 secrets:
      5   - 1c238745-e2fe-4372-8682-c8b6929ffbcd
      6 tasks:
      7   - sync: |
      8       ssh-keyscan github.com >> ~/.ssh/known_hosts
      9       git clone --mirror https://git.sr.ht/~jackmordaunt/odin-blend2d
     10       cd odin-blend2d
     11       git remote set-url --push origin git@github.com:jackmordaunt/odin-blend2d.git
     12       git push --mirror