Skip to content

Merge branch 'TASK-7809' of github.com:opencb/java-common-libs into T… #538

Merge branch 'TASK-7809' of github.com:opencb/java-common-libs into T…

Merge branch 'TASK-7809' of github.com:opencb/java-common-libs into T… #538

Workflow file for this run

name: Push in java-common-libs task branch
on:
push:
branches:
- TASK-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml

Check failure on line 10 in .github/workflows/task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/task.yml

Invalid workflow file

error parsing called workflow ".github/workflows/task.yml" -> "./.github/workflows/build-java-app-workflow.yml" (source branch with sha:7ea274610221998a03ee09df7e66e816b00f3e4e) : (Line: 56, Col: 13): Unexpected symbol: '""'. Located at position 28 within expression: inputs.dependency_repos != "", (Line: 75, Col: 13): Unexpected symbol: '""'. Located at position 28 within expression: inputs.dependency_repos != "", (Line: 91, Col: 13): Unexpected symbol: '""'. Located at position 28 within expression: inputs.dependency_repos != ""
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit