Added input parameter to the template and documented in the README.

This commit is contained in:
Patrick Lehmann
2021-12-07 20:09:11 +01:00
parent 40856aa731
commit 774ea7970e
3 changed files with 11 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ jobs:
uses: pyTooling/Actions/.github/workflows/PublishTestResults.yml@main
needs:
- UnitTesting
with:
# Optional
report_files: artifacts/**/*.xml
Package:
uses: pyTooling/Actions/.github/workflows/Package.yml@main