0
1
Fork 0

clarify name with owner (#87)

This commit is contained in:
eric sciple 2019-12-03 16:47:19 -05:00 committed by GitHub
parent 689bf84be4
commit 4817b449b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: ''

View File

@ -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: >