@@ -103,7 +103,7 @@ jobs:
103
103
os : ${{ matrix.os }}
104
104
cmake_build_type : ${{ matrix.cmake_build_type }}
105
105
custom_version_build : ${{ inputs.custom_version_build }}
106
- dependencies_artifact_postfix : ${{ github.event. inputs.dependencies_artifact_postfix }}
106
+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix }}
107
107
secret_token : ${{ secrets.GITHUB_TOKEN }}
108
108
109
109
- name : Compile and run tests
@@ -146,7 +146,7 @@ jobs:
146
146
os : ubuntu-22.04
147
147
cmake_build_type : Release
148
148
custom_version_build : ${{ inputs.custom_version_build }}
149
- dependencies_artifact_postfix : ${{ github.event. inputs.dependencies_artifact_postfix }}
149
+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix }}
150
150
secret_token : ${{ secrets.GITHUB_TOKEN }}
151
151
152
152
- name : Compile and run tests
@@ -193,7 +193,7 @@ jobs:
193
193
os : ubuntu-22.04
194
194
cmake_build_type : Release
195
195
custom_version_build : ${{ inputs.custom_version_build }}
196
- dependencies_artifact_postfix : ${{ github.event. inputs.dependencies_artifact_postfix }}
196
+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix }}
197
197
secret_token : ${{ secrets.GITHUB_TOKEN }}
198
198
199
199
- name : Compile and run tests
@@ -223,7 +223,7 @@ jobs:
223
223
os : ubuntu-22.04
224
224
cmake_build_type : Release
225
225
custom_version_build : ${{ inputs.custom_version_build }}
226
- dependencies_artifact_postfix : ${{ github.event. inputs.dependencies_artifact_postfix }}
226
+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix }}
227
227
secret_token : ${{ secrets.GITHUB_TOKEN }}
228
228
229
229
- name : Compile and run tests
@@ -254,7 +254,7 @@ jobs:
254
254
os : ubuntu-22.04
255
255
cmake_build_type : Release
256
256
custom_version_build : ${{ inputs.custom_version_build }}
257
- dependencies_artifact_postfix : ${{ github.event. inputs.dependencies_artifact_postfix }}
257
+ dependencies_artifact_postfix : ${{ inputs.dependencies_artifact_postfix }}
258
258
secret_token : ${{ secrets.GITHUB_TOKEN }}
259
259
260
260
- name : Compile and run tests
@@ -296,6 +296,7 @@ jobs:
296
296
uses : eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
297
297
with :
298
298
checkout_path : src/fastdds_statistics_backend
299
+ custom_version_build : ${{ inputs.custom_version_build }}
299
300
path_to_requirements : src/fastdds_statistics_backend/docs/requirements.txt
300
301
docs_subpackage_name : ${{ env.docs_packages_names }}
301
302
secret_token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments