mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Update tips-and-workarounds.md
This commit is contained in:
		
							parent
							
								
									01f380d654
								
							
						
					
					
						commit
						5b9b79438b
					
				| 
						 | 
					@ -53,7 +53,7 @@ jobs:
 | 
				
			||||||
          gh extension install actions/gh-actions-cache
 | 
					          gh extension install actions/gh-actions-cache
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
          REPO=${{ github.repository }}
 | 
					          REPO=${{ github.repository }}
 | 
				
			||||||
          BRANCH="refs/pull/${{ github.event.pull_request.number }}/merge"
 | 
					          BRANCH=refs/pull/${{ github.event.pull_request.number }}/merge
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          echo "Fetching list of cache key"
 | 
					          echo "Fetching list of cache key"
 | 
				
			||||||
          cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )
 | 
					          cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user