mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 03:04:01 +00:00 
			
		
		
		
	elixir typo - stray parenthesis
This commit is contained in:
		
							parent
							
								
									366e5ba022
								
							
						
					
					
						commit
						9a6e09c2e3
					
				@ -104,7 +104,7 @@ steps:
 | 
				
			|||||||
    path: |
 | 
					    path: |
 | 
				
			||||||
      deps
 | 
					      deps
 | 
				
			||||||
      _build
 | 
					      _build
 | 
				
			||||||
    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
 | 
					    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-mix-
 | 
					      ${{ runner.os }}-mix-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user