mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-04 13:57:48 +02:00
Update action.yml
This commit is contained in:
parent
2a54a4e6a3
commit
a4d40a789f
1 changed files with 3 additions and 5 deletions
|
@ -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'
|
||||||
|
@ -28,4 +26,4 @@ inputs:
|
||||||
description: 'Optional path to check out source code'
|
description: 'Optional path to check out source code'
|
||||||
default: 'foo/${{github.ref}}'
|
default: 'foo/${{github.ref}}'
|
||||||
runs:
|
runs:
|
||||||
plugin: 'checkout'
|
plugin: 'checkout'
|
||||||
|
|
Loading…
Add table
Reference in a new issue