A0deploy keyword replace boolean

Hi,
I use the a0deploy to manage auth0 configuration and it works very nice. I have staging and production tenant and I use a keyword replacement with “##” for text and “@@” corresponding for array and/or object. So now I want to migrate to action and I would like to deploy to staging with rules disabled, but in production the rules should be enabled . So i face the problem I can not use a keyword replacement for boolean. Any help wil be appreciated.
e.g
In config - “RULE_ENABLE”: false
in code - “enabled”: “##RULE_ENABLE##”, leads to Schema validation failed… “message”: “should be boolean”. If I remove the quotation marks ("), the json is not valid
The use @@ is also not possible.

Thanks in advance.