Skip to content

Fix environment variable usage #94

Fix environment variable usage

Fix environment variable usage #94

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@96e84f52f07c9affb58960715305d1e8eb79ed8d (Line: 255, Col: 14): Unrecognized named-value: 'plugins_hash'. Located at position 1 within expression: plugins_hash
secrets: inherit