fix typo
This commit is contained in:
@ -3,7 +3,7 @@ description: 'Checkout a Git repository at a particular version'
|
|||||||
inputs:
|
inputs:
|
||||||
repository:
|
repository:
|
||||||
description: 'Repository name with owner. For example, actions/checkout'
|
description: 'Repository name with owner. For example, actions/checkout'
|
||||||
default: ${{ gitlab.repository }}
|
default: ${{ github.repository }}
|
||||||
token:
|
token:
|
||||||
description: >
|
description: >
|
||||||
Personal access token (PAT) used to fetch the repository. The PAT is configured
|
Personal access token (PAT) used to fetch the repository. The PAT is configured
|
||||||
|
|||||||
Reference in New Issue
Block a user