mirror of
https://github.com/actions/checkout.git
synced 2025-04-02 22:40:06 +02:00
Update action.yml
This commit is contained in:
parent
a4d40a789f
commit
43e798a233
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue