|
|
@ -7,10 +7,8 @@ inputs:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
default: ${{ github.repository }}
|
|
|
|
default: ${{ github.repository }}
|
|
|
|
ref:
|
|
|
|
ref:
|
|
|
|
description: 'Ref to checkout when version is not specified'
|
|
|
|
description: 'Ref to checkout (SHA, branch, tag)'
|
|
|
|
default: ${{ github.ref }}
|
|
|
|
required: true
|
|
|
|
version:
|
|
|
|
|
|
|
|
description: 'Commit SHA to checkout'
|
|
|
|
|
|
|
|
default: ${{ github.version }}
|
|
|
|
default: ${{ github.version }}
|
|
|
|
token:
|
|
|
|
token:
|
|
|
|
description: 'Access token for clone repository'
|
|
|
|
description: 'Access token for clone repository'
|
|
|
|