Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mask): change the default separator from
;
to ,
`;` has a special meaning in shell script. For example, the following command doesn't work as expected. ```sh export TFCMT_MASKS=env:GITHUB_TOKEN;env:DATADOG_API_KEY ``` To prevent the bug, I change the separator.
- Loading branch information