phishy / wflow

🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wflow hangs on collecting commit information

Siilwyn opened this issue · comments

I get parsing errors on existing (working on GitHub) workflows so I tried out wflow with a hello world workflow file which results into the tool hanging forever on Collecting commit information from .git.

To reproduce:
wflow --file .github/workflows/hello.yml

uses: actions/hello-world-javascript-action@master
with:
  who-to-greet: 'Mona the Octocat'