소스 검색

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'