mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-30 23:07:56 +07:00 
			
		
		
		
	Try to fix docs workflow
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							| @ -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 }}" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur