File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
actions/build-node-python Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ runs:
129129 uses : actions/setup-python@v6
130130 if : inputs.enable_python == 'true'
131131 with :
132- python-version : ${{ inputs.python_version || '3.10' }}
132+ python-version-file : pyproject.toml
133+ python-version : ${{ inputs.python_version || null }}
133134 # cache: ${{ inputs.enable_python_cache == 'true' && 'pip' || null }} Disable cache as uv is probably faster anyways: https://github.com/actions/setup-python/issues/822
134135 - name : Install additional python requirements
135136 if : inputs.enable_python == 'true'
Original file line number Diff line number Diff line change 8282 customer: c,
8383 customer_json: JSON.stringify(config.push[c]),
8484 image_tag: imageTagAfterRetag,
85- }));
85+ })).filter((c) => c.customer_json) ;
8686 console.log(result);
8787 return result;
8888 env :
You can’t perform that action at this time.
0 commit comments