mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 13:29:10 +08:00 
			
		
		
		
	Fixed typos and formatting in docs (#1076)
* Removed extra code from readme examples * Formatted and fixed typos
This commit is contained in:
		@@ -26,10 +26,9 @@ steps:
 | 
			
		||||
  - uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
  - name: Install Dependencies
 | 
			
		||||
    if: steps.cache.outputs.cache-hit != 'true'
 | 
			
		||||
    run: /install.sh
 | 
			
		||||
 | 
			
		||||
  - name: Build common artifacts
 | 
			
		||||
  - name: Build artifacts
 | 
			
		||||
    run: /build.sh
 | 
			
		||||
 | 
			
		||||
  - uses: actions/cache/save@v3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user