reg-dump

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

commit fc1950309508819d0fddde36096f6f9583d4f53c
parent c6b7b9067faf1d65cda0d0d8a273d0c9766f6865
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sat, 14 Jun 2025 18:27:05 -0300

ci: mirror to github

Diffstat:
A.builds/mirror-sync.yml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.builds/mirror-sync.yml b/.builds/mirror-sync.yml @@ -0,0 +1,12 @@ +image: alpine/edge +packages: + - git +secrets: + - 1c238745-e2fe-4372-8682-c8b6929ffbcd +tasks: + - sync: | + ssh-keyscan github.com >> ~/.ssh/known_hosts + git clone --mirror https://git.sr.ht/~jackmordaunt/reg-dump + cd reg-dump + git remote set-url --push origin git@github.com:jackmordaunt/reg-dump.git + git push --mirror