🔀 PR 114 triggered by: pull_request of refs/pull/114/merge branch (workflow run ID: 14023277576; number: 771; attempt: 1) #771
ci-cd.yml
on: pull_request
⚙️ Pre-set global build settings
build
/
${{
inputs.check-name
&& inputs.check-name
|| format(
'{0}@🐍{1}@💻{2}',
inputs.toxenv,
inputs.python-version,
inputs.runner-vm-os
)
}}
Matrix: lint
Waiting for pending jobs
Matrix: tests
Waiting for pending jobs
publish-testpypi
publish-github-release
Annotations
1 error
Invalid workflow file:
.github/workflows/ci-cd.yml#L328
The workflow is not valid. In .github/workflows/ci-cd.yml (Line: 328, Col: 11): Error from called workflow Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.check-name && format('{0}', inputs.check-name) || ''
|