mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 13:29:15 +08:00 
			
		
		
		
	Document update: Checkout PR head sha (#102)
This commit is contained in:
		
				
					committed by
					
						
						eric sciple
					
				
			
			
				
	
			
			
			
						parent
						
							5881116d18
						
					
				
				
					commit
					cab31617d8
				
			@@ -89,7 +89,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
 | 
				
			|||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- uses: actions/checkout@v2-beta
 | 
					- uses: actions/checkout@v2-beta
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    ref: ${{ github.event.after }}
 | 
					    ref: ${{ github.event.pull_request.head.sha }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# License
 | 
					# License
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user