mirror of
https://github.com/actions/checkout.git
synced 2025-04-19 00:56:45 +00:00
clarify name with owner (#87)
This commit is contained in:
parent
689bf84be4
commit
4817b449b0
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue