go-nativenotify

Native notifications in Go
Log | Files | Refs | README | LICENSE

mirror-sync.yml (366B)


      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/go-nativenotify
     10       cd go-nativenotify
     11       git remote set-url --push origin git@github.com:jackmordaunt/go-nativenotify.git
     12       git push --mirror