mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 01:12:08 +08:00 
			
		
		
		
	Remove uses of undefined variables from examples
This commit is contained in:
		| @@ -104,9 +104,9 @@ jobs: | |||||||
|           cache-name: cache-pnpm-modules |           cache-name: cache-pnpm-modules | ||||||
|         with: |         with: | ||||||
|           path: ~/.pnpm-store |           path: ~/.pnpm-store | ||||||
|           key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} |           key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||||||
|           restore-keys: | |           restore-keys: | | ||||||
|             ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- |             ${{ runner.os }}- | ||||||
|  |  | ||||||
|       - uses: pnpm/action-setup@v2.0.1 |       - uses: pnpm/action-setup@v2.0.1 | ||||||
|         with: |         with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user