Skip to content

Commit e222dd5

Browse files
puehringerCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 7d65206 commit e222dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run_parallel: ${{ inputs.run_parallel }}
164164
node_version: ${{ inputs.node_version || secrets.NODE_VERSION || env.NODE_VERSION }}
165165
npm_registry: ${{ env.NPM_REGISTRY }}
166-
python_version: ${{ inputs.python_version || inputs.python_version || secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
166+
python_version: ${{ inputs.python_version || secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
167167
github_ro_token: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
168168
run_node_bundle: ${{ inputs.node_run_webpack }}
169169
enable_node_cache: ${{ inputs.runs_on != 'self-hosted' }}

0 commit comments

Comments
 (0)