From ec56fd2d549808708995b9aecb9788e0e4b46e63 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@github.com>
Date: Fri, 6 Sep 2019 09:59:54 -0400
Subject: [PATCH] Add explanatory comment to plugin

---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index 0a6806f..a7c2dc5 100644
--- a/action.yml
+++ b/action.yml
@@ -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'