[update] post recieve hook to skip prs for now

This commit is contained in:
2026-04-06 00:15:26 -04:00
parent 641cd7f43d
commit d77a5afff5

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
echo "==== GitHub mirror start: $(date) ===="
git push --mirror <ssh uri to mirror repo>
git push <ssh repo ur> +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/*
echo "==== GitHub mirror end: $(date) ===="