mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Try to fix docs workflow
This commit is contained in:
parent
7ba520ae30
commit
5a2bd88cb3
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lists
|
name: lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
||||||
path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
|
||||||
update:
|
update:
|
||||||
permissions:
|
permissions:
|
||||||
@ -63,7 +63,9 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}
|
path: ${{ github.workspace }}/lists
|
||||||
|
pattern: lists-*
|
||||||
|
merge-multiple: true
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run : |
|
run : |
|
||||||
git config --local user.email "${{ secrets.email }}"
|
git config --local user.email "${{ secrets.email }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user