From e20a7983ecacb840d6004bbaa6dd6f75eaff8af7 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@github.com>
Date: Fri, 6 Sep 2019 13:19:23 -0400
Subject: [PATCH] Update action.yml

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

diff --git a/action.yml b/action.yml
index 28255db..02eb598 100644
--- a/action.yml
+++ b/action.yml
@@ -9,4 +9,5 @@ inputs:
     description: 'Directory containing files to upload'
     required: true
 runs:
+  # Plugins live on the runner and are only available to a certain set of first party actions.
   plugin: 'publish'