From 9ad6c884692fd032a9cf04a29a43e18cf6c16a26 Mon Sep 17 00:00:00 2001 From: Raphael Marchese Date: Mon, 30 Oct 2023 18:24:57 +0100 Subject: [PATCH] test path --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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