mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 20:08:36 +08:00 
			
		
		
		
	Readme: fix restore-keys indentation
This caused me some pain trying to identify the issue, but the other examples all have `restore-keys` indented.
This commit is contained in:
		
							parent
							
								
									287ee0671b
								
							
						
					
					
						commit
						2717dabb07
					
				|  | @ -40,8 +40,8 @@ jobs: | ||||||
|       with: |       with: | ||||||
|         path: node_modules |         path: node_modules | ||||||
|         key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |         key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||||||
|       restore-keys: | |         restore-keys: | | ||||||
|         ${{ runner.os }}-node- |           ${{ runner.os }}-node- | ||||||
| 
 | 
 | ||||||
|     - name: Install Dependencies |     - name: Install Dependencies | ||||||
|       run: npm install |       run: npm install | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nathan Youngman
						Nathan Youngman