We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17c996 commit 225ebc4Copy full SHA for 225ebc4
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
cd docs/wiki
91
git add .
92
git commit -m "Update wiki content [skip ci]" || echo "No changes to commit"
93
- git push HEAD:${{ github.head_ref || github.ref_name }}
+ git push origin HEAD:${{ github.head_ref || github.ref_name }}
94
cd ../..
95
git submodule update --remote --merge
96
git push
0 commit comments