reg-dump

Fuzzy search the Windows registry.
Log | Files | Refs | README | LICENSE

mirror-sync.yml (345B)


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