diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69fcaca..41241c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Run Script run: | - pwd - ./template-sync.sh https://github.com/api-platform/api-platform --debug + cd project/ + .././template-sync.sh https://github.com/api-platform/api-platform --debug \ No newline at end of file