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