diff --git a/.github/actions/self_managed_create/action.yml b/.github/actions/self_managed_create/action.yml index 399e5867be..ec4652ce12 100644 --- a/.github/actions/self_managed_create/action.yml +++ b/.github/actions/self_managed_create/action.yml @@ -87,5 +87,5 @@ runs: run : | touch ${{ github.workspace }}/constellation-state.yaml yq eval '.version ="v1"' --inplace ${{ github.workspace }}/constellation-state.yaml - yq eval '.infrastructure.initSecret ="$(terraform output initSecret | jq -r | tr -d '\n' | base64)"' --inplace ${{ github.workspace }}/constellation-state.yaml - yq eval '.infrastructure.clusterEndpoint ="$(terraform output ip)"' --inplace ${{ github.workspace }}/constellation-state.yaml + yq eval ".infrastructure.initSecret =\"$(terraform output initSecret | jq -r | tr -d '\n' | base64)\"" --inplace ${{ github.workspace }}/constellation-state.yaml + yq eval ".infrastructure.clusterEndpoint =\"$(terraform output ip)\"" --inplace ${{ github.workspace }}/constellation-state.yaml