diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e3fb0c9d4dba..cff13c146c2cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: env: plugin_name: wazuh-indexer-${{ matrix.plugins }} outputs: - hash: ${{ steps.save-hash.outputs.hash }} + plugins_hash: ${{ steps.save-hash.outputs.hash }} steps: - uses: actions/checkout@v4 with: @@ -168,7 +168,7 @@ jobs: if: ${{ inputs.reporting_plugin_ref != '' }} runs-on: ubuntu-latest outputs: - hash: ${{ steps.save-hash.outputs.hash }} + reporting_hash: ${{ steps.save-hash.outputs.hash }} env: plugin_name: wazuh-indexer-reports-scheduler steps: @@ -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=${{ plugins_hash }} \ + REPORTING_HASH=${{ reporting_hash }} \ name=$(bash build-scripts/baptizer.sh \ -a ${{ matrix.architecture }} \ -d ${{ matrix.distribution }} \