https://pulumi.com logo
r

refined-hydrogen-18282

08/15/2023, 5:12 AM
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

bitter-winter-22829

08/15/2023, 7:40 AM
@refined-hydrogen-18282 perhaps something like this can help?
r

refined-hydrogen-18282

08/15/2023, 7:43 AM
thanks man ! that was helpful !
2 Views