DEV Community

Discussion on: Getting started with GitHub Actions and workflows

Collapse
 
bennycode profile image
Benny Code

Hi @tyler36, you can solve the issue in two ways: 1) remove the "if" condition (my suggestion) or 2) use the biggest Docker image from "act" which can emulate if conditions.

Collapse
 
bennycode profile image
Benny Code

I reported that Error in if-expression bug to the maintainers of "act" and it seems to be fixed now: github.com/nektos/act/issues/1115