From 94d077c24971944d312dd9197c1bdfba62b39878 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@github.com>
Date: Fri, 6 Sep 2019 13:18:58 -0400
Subject: [PATCH] Add explanatory comment to plugin (#31)

---
 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'