Skip to content

cicd: Rewrite the settings.xml for maven #TASK-7783 #349

cicd: Rewrite the settings.xml for maven #TASK-7783

cicd: Rewrite the settings.xml for maven #TASK-7783 #349

Workflow file for this run

name: Merge/Push in java-common-libs develop branch
on:
push:
branches:
- develop
- release-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
deploy-maven:
uses: ./.github/workflows/deploy-maven-repository-workflow.yml

Check failure on line 14 in .github/workflows/develop.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/develop.yml

Invalid workflow file

error parsing called workflow ".github/workflows/develop.yml" -> "./.github/workflows/deploy-maven-repository-workflow.yml" (source branch with sha:cc3aef6a51c331141442260ff0f298034b9603c8) : (Line: 31, Col: 16): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.tool_cache
needs: build
secrets: inherit