You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ act --help
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock'
Error: stat $PROJECT/bar/.github/workflows: no such file or directory
expected
act --help should always work independent of any setup problems that might exist
The text was updated successfully, but these errors were encountered:
given
.github/workflows/foo.yaml
containing:$PROJECT/bar
when
act --help
then
expected
act --help
should always work independent of any setup problems that might existThe text was updated successfully, but these errors were encountered: