Skip to content

Commit

Permalink
Fix environment variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Oct 29, 2024
1 parent 96ba20d commit d3f33de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit d3f33de

Please sign in to comment.