Skip to content

Commit

Permalink
Use different path to don't override checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut committed Sep 12, 2024
1 parent e0f303e commit 095f2db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 095f2db

Please sign in to comment.