From 095f2db9ed9f256976240065a22d9b7270ae2fbe Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Thu, 12 Sep 2024 15:15:49 +0200 Subject: [PATCH] Use different path to don't override checkout --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50a873897b..184c5dc554 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,13 +112,15 @@ jobs: repository: nuclia/tooling ref: main token: ${{ steps.app-token.outputs.token }} + path: /tmp - name: Debug run: | - ls -larth ../ + ls -larth + ls -larth /tmp - name: Promote to Nuclia - uses: ./tooling/.github/actions/promote + uses: /tmp/tooling/.github/actions/promote with: component: nucliadb_shared chart-version: ${{ needs.param.outputs.chart-version }}