mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +00:00
ci: fix wiki push to use explicit upstream ref on first sync
This commit is contained in:
parent
200f661944
commit
42cf3d30a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wiki-sync.yml
vendored
2
.github/workflows/wiki-sync.yml
vendored
|
|
@ -34,5 +34,5 @@ jobs:
|
|||
echo "No wiki changes to commit"
|
||||
else
|
||||
git commit -m "Sync wiki from repo"
|
||||
git push
|
||||
git push origin HEAD:master
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue