File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2626 submodules : recursive
2727 ref : ${{ github.head_ref || github.ref_name }}
2828
29- - name : Install dependencies
30- uses : php-actions/composer@v6
31- env :
32- COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ github.token }}"} }'
33- with :
34- php_version : ' 8.4'
35-
3629 - name : Create Docs Markdown
3730 uses :
phpDocumentor/[email protected] 3831 with :
4841 git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}.wiki.git
4942
5043 git fetch origin
51- git checkout ${{ github.head_ref || github.ref_name }}
44+ git checkout -b temp-branch origin/ ${{ github.head_ref || github.ref_name }}
5245 git pull origin ${{ github.head_ref || github.ref_name }} --rebase
5346
5447 git add .
You can’t perform that action at this time.
0 commit comments