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 7d65206 commit e222dd5Copy full SHA for e222dd5
.github/workflows/build-node-python.yml
@@ -163,7 +163,7 @@ jobs:
163
run_parallel: ${{ inputs.run_parallel }}
164
node_version: ${{ inputs.node_version || secrets.NODE_VERSION || env.NODE_VERSION }}
165
npm_registry: ${{ env.NPM_REGISTRY }}
166
- python_version: ${{ inputs.python_version || inputs.python_version || secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
+ python_version: ${{ inputs.python_version || secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
167
github_ro_token: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
168
run_node_bundle: ${{ inputs.node_run_webpack }}
169
enable_node_cache: ${{ inputs.runs_on != 'self-hosted' }}
0 commit comments