crossplane-contrib / provider-upjet-github

Apache License 2.0
27 stars 14 forks source link

Expected an equals sign #77

Open vfarcic opened 3 months ago

vfarcic commented 3 months ago

If ${{ SOMETHING }} is used in the content field, it fails with the 'observe failed: cannot run refresh: refresh failed: Missing key/value separator: Expected an equals sign ("=") to mark the beginning of the attribute value.' message.

AtzeDeVries commented 2 months ago

In which situation is this? When creating a repository_file ?

vfarcic commented 2 months ago

Yes. I had that issue when creating Files.

AtzeDeVries commented 2 months ago

@vfarcic

I can replicate the issue with provider v0.10.0 and lower. v0.11.0 just got released (add nofork arch, big update in gh provider) and this resolves this issue for me. So please upgrade to v0.110 and see if this resolves the issue. Thanks!