(path string)
| 340 | } |
| 341 | |
| 342 | func isWorkflowSpec(path string) bool { |
| 343 | return IsWorkflowSpec(path) |
| 344 | } |
| 345 | |
| 346 | // downloadIncludeFromWorkflowSpec downloads an include file from GitHub using workflowspec |
| 347 | // It first checks the cache, and only downloads if not cached |