mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-04 22:39:42 +00:00
clarify name with owner (#87)
This commit is contained in:
@ -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: >
|
||||
|
Reference in New Issue
Block a user