clarify name with owner (#87)
This commit is contained in:
		
							parent
							
								
									689bf84be4
								
							
						
					
					
						commit
						4817b449b0
					
				@ -34,7 +34,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:
 | 
				
			||||||
    # Repository name
 | 
					    # Repository name with owner. For example, actions/checkout
 | 
				
			||||||
    # Default: ${{ github.repository }}
 | 
					    # Default: ${{ github.repository }}
 | 
				
			||||||
    repository: ''
 | 
					    repository: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@ name: 'Checkout'
 | 
				
			|||||||
description: 'Checkout a Git repository'
 | 
					description: 'Checkout a Git repository'
 | 
				
			||||||
inputs: 
 | 
					inputs: 
 | 
				
			||||||
  repository:
 | 
					  repository:
 | 
				
			||||||
    description: 'Repository name'
 | 
					    description: 'Repository name with owner. For example, actions/checkout'
 | 
				
			||||||
    default: ${{ github.repository }}
 | 
					    default: ${{ github.repository }}
 | 
				
			||||||
  ref:
 | 
					  ref:
 | 
				
			||||||
    description: >
 | 
					    description: >
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user