@@ -72,12 +72,12 @@ Instantiation
7272
7373 jobs :
7474 UnitTestingParams :
75- uses : pyTooling/Actions/.github/workflows/Parameters.yml@r5
75+ uses : pyTooling/Actions/.github/workflows/Parameters.yml@r6
7676 with :
7777 package_name : myPackage
7878
7979 Documentation :
80- uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r5
80+ uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r6
8181 needs :
8282 - UnitTestingParams
8383 with :
@@ -199,18 +199,18 @@ coverage_report_json
199199:Possible Values: Any valid JSON string containing a JSON object with fields:
200200
201201 :directory: Directory or sub-directory where the code coverage JSON report will be extracted from
202- :ref: `artifact <JOBTMPL/SphinxDocumentation/Input/coverage_json_artifact >`.
202+ :ref: `artifact <JOBTMPL/SphinxDocumentation/Input/coverage_json_artifact >`.
203203:Description: Directory as JSON object where the code coverage JSON report will be extracted. |br |
204204 This path is configured in :file: `pyproject.toml ` and can be extracted by
205205 :ref: `JOBTMPL/ExtractConfiguration `.
206206:Example:
207207 .. code-block :: yaml
208208
209209 ConfigParams :
210- uses : pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r5
210+ uses : pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
211211
212212 Documentation :
213- uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r5
213+ uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r6
214214 needs :
215215 - ConfigParams
216216 with :
@@ -245,18 +245,18 @@ unittest_xml
245245:Possible Values: Any valid JSON string containing a JSON object with fields:
246246
247247 :directory: Directory or sub-directory where the unittest JUnit XML report will be extracted from
248- :ref: `artifact <JOBTMPL/SphinxDocumentation/Input/unittest_xml_artifact >`.
248+ :ref: `artifact <JOBTMPL/SphinxDocumentation/Input/unittest_xml_artifact >`.
249249:Description: Directory as JSON object where the unittest JUnit XML report will be extracted. |br |
250250 This path is configured in :file: `pyproject.toml ` and can be extracted by
251251 :ref: `JOBTMPL/ExtractConfiguration `.
252252:Example:
253253 .. code-block :: yaml
254254
255255 ConfigParams :
256- uses : pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r5
256+ uses : pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
257257
258258 Documentation :
259- uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r5
259+ uses : pyTooling/Actions/.github/workflows/SphinxDocumentation.yml@r6
260260 needs :
261261 - ConfigParams
262262 with :
0 commit comments