add repository to cache key
This commit is contained in:
		
							parent
							
								
									ee15fd2b94
								
							
						
					
					
						commit
						3d5d8c54b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ jobs:
 | 
			
		|||
        id: restore-deps
 | 
			
		||||
        with:
 | 
			
		||||
          path: deps
 | 
			
		||||
          key: deps-${{ runner.os }}-${{ hashFiles('.forgejo/workflows/deps.yml') }}
 | 
			
		||||
          key: ${{ github.repository }}-deps-${{ runner.os }}-${{ hashFiles('.forgejo/workflows/deps.yml') }}
 | 
			
		||||
          lookup-only: true
 | 
			
		||||
      - name: Install Apt packages
 | 
			
		||||
        if: steps.restore-deps.outputs.cache-hit != 'true'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue