Skip to content

Commit c95b57b

Browse files
committed
Update GitHub Actions
1 parent 32663c4 commit c95b57b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
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:
@@ -48,7 +41,7 @@ jobs:
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 .

0 commit comments

Comments
 (0)