diff --git a/.github/workflows/car-demo-updated-pipeline.yml b/.github/workflows/car-demo-updated-pipeline.yml index ac628bb..2c65094 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -37,7 +37,7 @@ jobs: echo "Current path================" $GITHUB_WORKSPACE mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech done - cd.. + cd .. done env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}