浏览代码

Add explanatory comment to plugin (#31)

Danny McCormick 5 年之前
父节点
当前提交
94d077c249
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      action.yml

+ 1 - 0
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'