mirror of
https://github.com/acamarata/qibla.git
synced 2026-07-02 03:40:41 +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"
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue