0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02: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
No known key found for this signature in database
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'