Skip to content

Commit

Permalink
clarify name with owner (actions#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple authored Dec 3, 2019
1 parent 689bf84 commit 4817b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 4817b44

Please sign in to comment.