mirror of https://github.com/actions/checkout.git
Update action.yml
This commit is contained in:
parent
a4d40a789f
commit
43e798a233
|
@ -9,7 +9,7 @@ inputs:
|
||||||
ref:
|
ref:
|
||||||
description: 'Ref to checkout (SHA, branch, tag)'
|
description: 'Ref to checkout (SHA, branch, tag)'
|
||||||
required: true
|
required: true
|
||||||
default: ${{ github.version }}
|
default: ${{ github.sha }}
|
||||||
token:
|
token:
|
||||||
description: 'Access token for clone repository'
|
description: 'Access token for clone repository'
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in New Issue