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

Update action.yml

This partially fixes #940 by updating the description to match the request. However I'm assuming the runner adds in the `Action` part by truncating the description? cc @bryanmacfarlane
This commit is contained in:
Andy McKay 2019-07-26 06:32:47 -07:00 committed by GitHub
parent af513c7a01
commit b346a7ea7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
name: 'Checkout'
description: 'Get sources from a GitHub repository.'
description: 'Checkout a Git repository.'
inputs:
repository:
description: 'Repository name'