Try to fix docs workflow

This commit is contained in:
Shivam Mathur 2023-12-24 02:12:22 +05:30
parent 7ba520ae30
commit 5a2bd88cb3
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -47,7 +47,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: lists
name: lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
update:
permissions:
@ -63,7 +63,9 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}
path: ${{ github.workspace }}/lists
pattern: lists-*
merge-multiple: true
- name: Configure Git
run : |
git config --local user.email "${{ secrets.email }}"