https://github.com/moderntribe/moose/blob/2853d728c072143f165bbfa9fc5f5341cdda53b8/.github/workflows/deploy-dev.yml#L42-L46
local-config-sample.php already defines WP_ENVIRONMENT_TYPE, and this step attempts to define it again, after the existing definition. Is this step necessary?
https://github.com/moderntribe/moose/blob/2853d728c072143f165bbfa9fc5f5341cdda53b8/.github/workflows/deploy-dev.yml#L42-L46
local-config-sample.phpalready definesWP_ENVIRONMENT_TYPE, and this step attempts to define it again, after the existing definition. Is this step necessary?