mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	Remove unused env from examples
This commit is contained in:
		@@ -100,8 +100,6 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Cache pnpm modules
 | 
					      - name: Cache pnpm modules
 | 
				
			||||||
        uses: actions/cache@v2
 | 
					        uses: actions/cache@v2
 | 
				
			||||||
        env:
 | 
					 | 
				
			||||||
          cache-name: cache-pnpm-modules
 | 
					 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ~/.pnpm-store
 | 
					          path: ~/.pnpm-store
 | 
				
			||||||
          key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
					          key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user