mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
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…
x
Reference in New Issue
Block a user