mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-11-01 07:21:06 +08:00 
			
		
		
		
	Merge pull request #388 from noamtamim/patch-1
Fix indentation in last pip example
This commit is contained in:
		
						commit
						943d2a4dac
					
				| @ -367,9 +367,9 @@ Replace `~/.cache/pip` with the correct `path` if not using Ubuntu. | ||||
| > Note: This uses an internal pip API and may not always work | ||||
| ```yaml | ||||
| - name: Get pip cache dir | ||||
|  id: pip-cache | ||||
|  run: | | ||||
|    python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" | ||||
|   id: pip-cache | ||||
|   run: | | ||||
|     python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" | ||||
| 
 | ||||
| - uses: actions/cache@v2 | ||||
|   with: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Aiqiao Yan
						Aiqiao Yan