1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 08:56:41 +00:00

Add explanatory comment to plugin (#31)

This commit is contained in:
Danny McCormick 2019-09-06 13:18:58 -04:00 committed by GitHub
parent 0963d3b35f
commit 94d077c249
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,5 @@ inputs:
path:
description: 'Optional path to check out source code'
runs:
# Plugins live on the runner and are only available to a certain set of first party actions.
plugin: 'checkout'