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 57f755f commit f17c996Copy full SHA for f17c996
.github/workflows/tests.yml
@@ -28,6 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
with:
30
submodules: recursive
31
+ ref: ${{ github.head_ref || github.ref_name }}
32
33
- name: Get Composer Cache Directory
34
id: composer-cache
@@ -89,7 +90,7 @@ jobs:
89
90
cd docs/wiki
91
git add .
92
git commit -m "Update wiki content [skip ci]" || echo "No changes to commit"
- git push
93
+ git push HEAD:${{ github.head_ref || github.ref_name }}
94
cd ../..
95
git submodule update --remote --merge
96
git push
0 commit comments