We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cfda6 commit 20c485aCopy full SHA for 20c485a
ci/store-publish.py
@@ -70,7 +70,7 @@ def _patch(target, key, src):
70
for k, v in src.items():
71
_patch(target.setdefault(key, {}), k, v)
72
else:
73
- target[k] = v
+ target[k] = src
74
75
for k, v in patch_data.items():
76
_patch(sub_data, k, v)
0 commit comments