mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	pr comment(s) - CI typos
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -69,8 +69,8 @@ jobs: | ||||
|       - ci-frontend | ||||
|     steps: | ||||
|       - | ||||
|         name: Set gchr repository name | ||||
|         id: set-ghrc-repository | ||||
|         name: Set ghcr repository name | ||||
|         id: set-ghcr-repository | ||||
|         run: | | ||||
|           ghcr_name=$(echo "${GITHUB_REPOSITORY}" | awk '{ print tolower($0) }') | ||||
|           echo ::set-output name=repository::${ghcr_name} | ||||
| @@ -121,7 +121,7 @@ jobs: | ||||
|  | ||||
|     outputs: | ||||
|  | ||||
|       ghcr-repository: ${{ steps.set-ghrc-repository.outputs.repository }} | ||||
|       ghcr-repository: ${{ steps.set-ghcr-repository.outputs.repository }} | ||||
|  | ||||
|       qpdf-json: ${{ steps.qpdf-setup.outputs.qpdf-json }} | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/installer-library.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/installer-library.yml
									
									
									
									
										vendored
									
									
								
							| @@ -37,8 +37,8 @@ jobs: | ||||
|     runs-on: ubuntu-20.04 | ||||
|     steps: | ||||
|       - | ||||
|         name: Set gchr repository name | ||||
|         id: set-ghrc-repository | ||||
|         name: Set ghcr repository name | ||||
|         id: set-ghcr-repository | ||||
|         run: | | ||||
|           ghcr_name=$(echo "${GITHUB_REPOSITORY}" | awk '{ print tolower($0) }') | ||||
|           echo ::set-output name=repository::${ghcr_name} | ||||
| @@ -89,7 +89,7 @@ jobs: | ||||
|  | ||||
|     outputs: | ||||
|  | ||||
|       ghcr-repository: ${{ steps.set-ghrc-repository.outputs.repository }} | ||||
|       ghcr-repository: ${{ steps.set-ghcr-repository.outputs.repository }} | ||||
|  | ||||
|       qpdf-json: ${{ steps.qpdf-setup.outputs.qpdf-json }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aidan Stein
					Aidan Stein