Hello guys ! I have a question to ask regarding Pu...
# general
r
Hello guys ! I have a question to ask regarding Pulumi Github Actions
Copy code
- name: "Provision other services resources"
        uses: pulumi/actions@v4
        with:
          config-map: "{version: {value: ${{ env.VERSION }}, secret: false}}"
Does anyone know how to pass a nested object to the config-map ? somethings similar in Pulumi.stack.yaml
Copy code
config:
  input:version: <value from github action>
b
@refined-hydrogen-18282 perhaps something like this can help?
r
thanks man ! that was helpful !