Update import path

This commit is contained in:
Christopher Schleiden
2022-11-22 10:36:17 -08:00
parent bf7e440692
commit b2e4af090e
+1 -1
View File
@@ -6,7 +6,7 @@ import {
parseWorkflow,
ParseWorkflowResult
} from "@github/actions-workflow-parser";
import {splitAllowedContext} from "@github/actions-workflow-parser/templates/tokens/expression-token";
import {splitAllowedContext} from "@github/actions-workflow-parser/templates/allowed-context";
import {TemplateToken} from "@github/actions-workflow-parser/templates/tokens/template-token";
import {TokenRange} from "@github/actions-workflow-parser/templates/tokens/token-range";
import {File} from "@github/actions-workflow-parser/workflows/file";