wflow
wflow copied to clipboard
🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() See full...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Hello! So I was looking at using the `wflow` project, but it looks like it doesn't support services like `postgres` (which is what I'd need from this project). I am...
I get the following trying to run my command: ``` ✖ error Failed to run command ✖ error git clone https://github.com/actions/cache.git /tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache;cd /tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache;docker build -t actions/cache .;docker run -l wflow...
See [actions/checkout](https://github.com/actions/checkout/blob/94d077c24971944d312dd9197c1bdfba62b39878/action.yml#L21-L23). This currently fails because we're looking for a Dockerfile in the cloned action.
From a quick glance at a repo, there doesn't seem to be a lot of documentation of what needs to be in `event.json` (outside of a Github webhook payload). That...