Note
This is just a patch of the existing package @actions/workflow-parser
While integrating the existing github workflow-parser, I've encountered some issues while trying to parse my existing workflows. Main issues are also related to the exported format, which seems to have some troubles.
- Package is now re-bundled with ESM and cjs interop, in order to be used across different environments.
- Update the
if
expression parsing, which now returns the raw text instead of asuccess()
placeholder.
This package contains a snapshot
folder which is a snapshot of @actions/[email protected].
In order to apply patch to the package, develop on it, then call the patch-parser
command.