diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e3fb0c9d4dba..56d816394385a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,8 +253,8 @@ jobs: - name: Run `baptizer.sh` # As parameters run: | - PLUGINS_HASH=${{build-wazuh-plugins.outputs.hash }} \ - REPORTING_HASH=${{ build-reporting-plugin.outputs.hash }} \ + PLUGINS_HASH=${{ needs.build-wazuh-plugins.outputs.hash }} \ + REPORTING_HASH=${{ needs.build-reporting-plugin.outputs.hash }} \ name=$(bash build-scripts/baptizer.sh \ -a ${{ matrix.architecture }} \ -d ${{ matrix.distribution }} \