This message was deleted.
# general
s
This message was deleted.
s
I guess I cannot use up -c as command.
Found config-map as parameter but the documentation is kind of sparse.
Copy code
with:
  command: up
  config-map: "imageTag: ${{ github.sha }}"
This will pass an empty config value
Copy code
config-map: "{imageTag: ${{ github.sha }}}"
Or is it like this?
l
@sticky-bear-14421 here is an example how to pass a value to the
config-map
property: https://github.com/pulumi/actions/blob/f9775fbf93748847db8f2cf9f9ed889f37de416c/.github/workflows/workflow.yml#L76
❤️ 1
s
That would be great in the documentation, as it is quite complex.
Thanks for sharing
I even had a look in the examples directory of the actions repository, and learned a thing or two. But this one, I failed pretty hard on 🙂