ci: fix wiki push to use explicit upstream ref on first sync

This commit is contained in:
Aric Camarata 2026-03-08 16:55:48 -04:00
parent 200f661944
commit 42cf3d30a7

View file

@ -34,5 +34,5 @@ jobs:
echo "No wiki changes to commit" echo "No wiki changes to commit"
else else
git commit -m "Sync wiki from repo" git commit -m "Sync wiki from repo"
git push git push origin HEAD:master
fi fi