Skip to content

lowercase service name #31

lowercase service name

lowercase service name #31

name: car-demo-common-service
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
cache: maven
- name: Build and Publish Maven
with:
r: ${{ github.token }}
run: |

Check failure on line 25 in .github/workflows/common-service-pipeline.yml

View workflow run for this annotation

GitHub Actions / car-demo-common-service

Invalid workflow file

The workflow is not valid. .github/workflows/common-service-pipeline.yml (Line: 25, Col: 9): Unexpected value 'run' .github/workflows/common-service-pipeline.yml (Line: 22, Col: 9): Required property is missing: uses
. servicedeploy.sh