Skip to content

Fix environment variable usage #92

Fix environment variable usage

Fix environment variable usage #92

Workflow file for this run

name: Build packages (on push)
# This workflow runs when any of the following occur:
# - On push to branches named after ci/*
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- "ci/*"
jobs:
call-build-workflow:
uses: ./.github/workflows/build.yml

Check failure on line 13 in .github/workflows/build_on_push.yml

View workflow run for this annotation

GitHub Actions / Build packages (on push)

Invalid workflow file

The workflow is not valid. In .github/workflows/build_on_push.yml (Line: 13, Col: 11): Error from called workflow wazuh/wazuh-indexer/.github/workflows/build.yml@dbee3bfdc36eae37ae3aceaa24e60b9f8113dc89 (Line: 255, Col: 14): Unrecognized named-value: 'build-wazuh-plugins'. Located at position 1 within expression: build-wazuh-plugins.outputs.hash
secrets: inherit