go-nativenotify

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

commit 84f2849226d50bbc7769682f55047b63cbe7f24b
parent 4c455bcffc0b598cbb2216b4083efa525092d897
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sat, 14 Jun 2025 17:40:00 -0300

ci: mirror to github

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

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