0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Update action.yml

This commit is contained in:
Ting 2019-07-21 22:07:00 -04:00 committed by GitHub
parent 2a54a4e6a3
commit a4d40a789f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,8 @@ inputs:
required: true
default: ${{ github.repository }}
ref:
description: 'Ref to checkout when version is not specified'
default: ${{ github.ref }}
version:
description: 'Commit SHA to checkout'
description: 'Ref to checkout (SHA, branch, tag)'
required: true
default: ${{ github.version }}
token:
description: 'Access token for clone repository'
@ -28,4 +26,4 @@ inputs:
description: 'Optional path to check out source code'
default: 'foo/${{github.ref}}'
runs:
plugin: 'checkout'
plugin: 'checkout'