Skip to content

Commit 225ebc4

Browse files
committed
Update GitHub Actions
1 parent f17c996 commit 225ebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cd docs/wiki
9191
git add .
9292
git commit -m "Update wiki content [skip ci]" || echo "No changes to commit"
93-
git push HEAD:${{ github.head_ref || github.ref_name }}
93+
git push origin HEAD:${{ github.head_ref || github.ref_name }}
9494
cd ../..
9595
git submodule update --remote --merge
9696
git push

0 commit comments

Comments
 (0)