mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:14:00 +00:00 
			
		
		
		
	Make task ids match
This commit is contained in:
		
							parent
							
								
									fb86cbf360
								
							
						
					
					
						commit
						6cdb82b00f
					
				@ -317,7 +317,7 @@ After [deprecation](https://github.blog/changelog/2022-10-11-github-actions-depr
 | 
				
			|||||||
### Bash shell
 | 
					### Bash shell
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- name: Get npm cache directory
 | 
					- name: Get npm cache directory
 | 
				
			||||||
  id: npm-cache
 | 
					  id: npm-cache-dir
 | 
				
			||||||
  shell: bash
 | 
					  shell: bash
 | 
				
			||||||
  run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
 | 
					  run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user