capact act create cap.interface.automation.concourse.install --name cc --parameters-from-file /tmp/params.yaml --action-policy-from-file /tmp/policy.yaml
it will fail with an error:
Error: while unmarshaling action policy file: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type graphql.PolicyInput
Description
Changes proposed in this pull request:
Testing
DISABLE_MONITORING_INSTALLATION=true make dev-cluster
make build-tool-cli
it will fail with an error:
expected error:
I thought about adding UT for this issue but perhaps it is not needed now.
Related issue(s)