Adjusted documentation to latest changes.

This commit is contained in:
Patrick Lehmann
2022-11-06 22:23:31 +01:00
parent e9e62c5ef6
commit 674b4ed239
8 changed files with 21 additions and 19 deletions

View File

@@ -50,9 +50,9 @@ Complex Example
- Params
- Coverage
with:
python_version: ${{ fromJson(needs.Params.outputs.params).python_version }}
python_version: ${{ needs.Params.outputs.python_version }}
requirements: -r build/requirements.txt
artifact: ${{ fromJson(needs.Params.outputs.params).artifacts.Package }}
artifact: ${{ fromJson(needs.Params.outputs.artifact_names).package_all }}
Parameters