Skip to content

Adding dev flows

Adding dev flows #9

Workflow file for this run

name: Push to dev
on:
push:
branches:
- dev/*
workflow_dispatch:
jobs:
build-stage:
name: Build stage
uses: ./.github/workflows/build-dev.yaml

Check failure on line 12 in .github/workflows/push-to-dev.yaml

View workflow run for this annotation

GitHub Actions / Push to dev

Invalid workflow file

The workflow is not valid. In .github/workflows/push-to-dev.yaml (Line: 12, Col: 11): Error from called workflow aerospike/aerospike-client-java/.github/workflows/build-dev.yaml@14e6be011295f4caec6a27e4bd84282fd6423f1d (Line: 57, Col: 14): Unrecognized named-value: 'get-java-version'. Located at position 1 within expression: get-java-version.outputs.java-version
with:
branch: ${{ github.ref }}
upload-artifacts: true
secrets: inherit