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 49a1816 commit 7d65206Copy full SHA for 7d65206
.github/workflows/build-node-python.yml
@@ -161,7 +161,7 @@ jobs:
161
# We probably won't need Rust on Node builds...
162
# enable_rust: ${{ inputs.rust_enable }}
163
run_parallel: ${{ inputs.run_parallel }}
164
- node_version: ${{ inputs.node_version || inputs.node_version || secrets.NODE_VERSION || env.NODE_VERSION }}
+ 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 }}
167
github_ro_token: ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
0 commit comments