Skip to content

WIP Openshift support #239

WIP Openshift support

WIP Openshift support #239

name: "[MAVEN] operator"
on:
push:
branches:
- main
paths:
- "java/common/**"
- "java/operator/org.eclipse.theia.cloud.operator/**"
pull_request:
branches:
- main
paths:
- "java/common/**"
- "java/operator/org.eclipse.theia.cloud.operator/**"
release:
types:
- published
jobs:
run:
permissions:
packages: write
uses: ./.github/workflows/reusable-maven.yml

Check warning on line 24 in .github/workflows/ci-maven-operator.yml

View workflow run for this annotation

GitHub Actions / [MAVEN] operator

Workflow syntax warning

In .github/workflows/ci-maven-operator.yml (Line: 24, Col: 11): Error from called workflow eclipse-theia/theia-cloud/.github/workflows/reusable-maven.yml@6a05481babc727332ce4328b12b1620f3b2627be (Line: 85, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
path_to_package: operator/org.eclipse.theia.cloud.operator/
dependencies: common/maven-conf/,common/org.eclipse.theia.cloud.common/
secrets: inherit