mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 10:12:53 +01: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:
parent
af513c7a01
commit
3204e0bf8c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: 'Checkout'
|
name: 'Checkout'
|
||||||
description: 'Get sources from a GitHub repository.'
|
description: 'Checkout a Git repository'
|
||||||
inputs:
|
inputs:
|
||||||
repository:
|
repository:
|
||||||
description: 'Repository name'
|
description: 'Repository name'
|
||||||
|
|
Loading…
Reference in a new issue