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

Add explanatory comment to plugin

This commit is contained in:
Danny McCormick 2019-09-06 09:59:54 -04:00 committed by GitHub
parent 0963d3b35f
commit ec56fd2d54
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'