mirror of
				https://gitea.com/actions/cache.git
				synced 2025-11-02 07:47:08 +00:00 
			
		
		
		
	elixir typo - stray parenthesis (#569)
This commit is contained in:
		@@ -104,7 +104,7 @@ steps:
 | 
			
		||||
    path: |
 | 
			
		||||
      deps
 | 
			
		||||
      _build
 | 
			
		||||
    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
 | 
			
		||||
    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
 | 
			
		||||
    restore-keys: |
 | 
			
		||||
      ${{ runner.os }}-mix-
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user