mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:08:37 +08:00 
			
		
		
		
	clarify name with owner
This commit is contained in:
		
							parent
							
								
									689bf84be4
								
							
						
					
					
						commit
						994f026aa7
					
				|  | @ -34,7 +34,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous | |||
| ```yaml | ||||
| - uses: actions/checkout@v2-beta | ||||
|   with: | ||||
|     # Repository name | ||||
|     # Repository name with owner. For example, actions/checkout | ||||
|     # Default: ${{ github.repository }} | ||||
|     repository: '' | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ name: 'Checkout' | |||
| description: 'Checkout a Git repository' | ||||
| inputs:  | ||||
|   repository: | ||||
|     description: 'Repository name' | ||||
|     description: 'Repository name with owner. For example, actions/checkout' | ||||
|     default: ${{ github.repository }} | ||||
|   ref: | ||||
|     description: > | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 eric sciple
						eric sciple