Skip to content

Integration fixes

Integration fixes #64

Workflow file for this run

name: clients-java-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 / clients-java-push-to-dev

Invalid workflow file

error parsing called workflow ".github/workflows/push-to-dev.yaml" -> "./.github/workflows/build-dev.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
branch: ${{ github.ref }}
upload-artifacts: true
secrets: inherit